Browse code

profiles: Add missing #endif comment

Diego Biurrun authored on 2016/02/17 02:04:16
Showing 1 changed files
... ...
@@ -30,4 +30,4 @@ extern const AVProfile ff_mpeg2_video_profiles[];
30 30
 extern const AVProfile ff_mpeg4_video_profiles[];
31 31
 extern const AVProfile ff_vc1_profiles[];
32 32
 
33
-#endif
33
+#endif /* AVCODEC_PROFILES_H */