diff options
author | Diego Biurrun <diego@biurrun.de> | 2016-02-16 18:04:16 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-02-18 15:35:44 +0100 |
commit | 3d8025d602045cbd2894e5182d9243c2e864c8c8 (patch) | |
tree | 7ff510c57998673131a5f0d523e907384ef4adc3 /libavcodec | |
parent | 6b96d2dcdaa60d7919d710432c6ca204b7fab0ab (diff) | |
download | ffmpeg-3d8025d602045cbd2894e5182d9243c2e864c8c8.tar.gz |
profiles: Add missing #endif comment
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/profiles.h | 2 |
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 */ |