Module: libav Branch: master Commit: 3d8025d602045cbd2894e5182d9243c2e864c8c8
Author: Diego Biurrun <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Tue Feb 16 18:04:16 2016 +0100 profiles: Add missing #endif comment --- 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 */ _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
