[FFmpeg-cvslog] profiles: Add missing #endif comment
Diego Biurrun
git at videolan.org
Wed Feb 24 18:37:30 CET 2016
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Tue Feb 16 18:04:16 2016 +0100| [3d8025d602045cbd2894e5182d9243c2e864c8c8] | committer: Diego Biurrun
profiles: Add missing #endif comment
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3d8025d602045cbd2894e5182d9243c2e864c8c8
---
libavcodec/profiles.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/profiles.h b/libavcodec/profiles.h
index 2e6c859..0276b17 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 */
More information about the ffmpeg-cvslog
mailing list