projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b96d2d
)
profiles: Add missing #endif comment
author
Diego Biurrun
<diego@biurrun.de>
Tue, 16 Feb 2016 17:04:16 +0000
(18:04 +0100)
committer
Diego Biurrun
<diego@biurrun.de>
Thu, 18 Feb 2016 14:35:44 +0000
(15:35 +0100)
libavcodec/profiles.h
patch
|
blob
|
blame
|
history
diff --git
a/libavcodec/profiles.h
b/libavcodec/profiles.h
index
2e6c859
..
0276b17
100644
(file)
--- 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 */