From 3d8025d602045cbd2894e5182d9243c2e864c8c8 Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Tue, 16 Feb 2016 18:04:16 +0100
Subject: [PATCH] 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 2e6c85965d5..0276b172996 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 */
-- 
GitLab