summaryrefslogtreecommitdiff
path: root/libavcodec/profiles.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-02-16 18:04:16 +0100
committerDiego Biurrun <diego@biurrun.de>2016-02-18 15:35:44 +0100
commit3d8025d602045cbd2894e5182d9243c2e864c8c8 (patch)
tree7ff510c57998673131a5f0d523e907384ef4adc3 /libavcodec/profiles.h
parent6b96d2dcdaa60d7919d710432c6ca204b7fab0ab (diff)
profiles: Add missing #endif comment
Diffstat (limited to 'libavcodec/profiles.h')
-rw-r--r--libavcodec/profiles.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/profiles.h b/libavcodec/profiles.h
index 2e6c85965d..0276b17299 100644
--- a/libavcodec/profiles.h
+++ b/libavcodec/profiles.h
@@ -30,4 +30,4 @@ extern const AVProfile ff_mpeg2_video_profiles[];
extern const AVProfile ff_mpeg4_video_profiles[];
extern const AVProfile ff_vc1_profiles[];
-#endif
+#endif /* AVCODEC_PROFILES_H */