diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2016-02-24 17:36:11 +0000 |
---|---|---|
committer | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2016-02-24 17:36:30 +0000 |
commit | aaa3d6227279e5ce65578c68a85212db7a6424ed (patch) | |
tree | d3a888af2cdadc1d282ad785602c7c0b1cb99046 /libavcodec | |
parent | 5eb4073781ee4962adcf8ef2749d5d8f5d104797 (diff) | |
parent | 3d8025d602045cbd2894e5182d9243c2e864c8c8 (diff) | |
download | ffmpeg-aaa3d6227279e5ce65578c68a85212db7a6424ed.tar.gz |
Merge commit '3d8025d602045cbd2894e5182d9243c2e864c8c8'
* commit '3d8025d602045cbd2894e5182d9243c2e864c8c8':
profiles: Add missing #endif comment
Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
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 d43e680941..c86c683ab0 100644 --- a/libavcodec/profiles.h +++ b/libavcodec/profiles.h @@ -31,4 +31,4 @@ extern const AVProfile ff_mpeg4_video_profiles[]; extern const AVProfile ff_vc1_profiles[]; extern const AVProfile ff_vp9_profiles[]; -#endif +#endif /* AVCODEC_PROFILES_H */ |