[vlc-commits] Avcodec: map ICOD
Jean-Baptiste Kempf
git at videolan.org
Sat May 18 19:31:44 CEST 2013
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat May 18 17:38:45 2013 +0200| [a5d15eb60c66d057458f847460beb8d34bc942e0] | committer: Jean-Baptiste Kempf
Avcodec: map ICOD
Close #5567
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a5d15eb60c66d057458f847460beb8d34bc942e0
---
modules/codec/avcodec/fourcc.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c
index 9c33431..2beda45 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -249,6 +249,10 @@ static const struct
{ VLC_CODEC_BMVVIDEO, AV_CODEC_ID_BMV_VIDEO, VIDEO_ES },
+#if LIBAVCODEC_VERSION_CHECK( 55, 5, 0, 10, 100 )
+ { VLC_CODEC_ICOD, AV_CODEC_ID_AIC, VIDEO_ES },
+#endif
+
#if 0
/* UNTESTED VideoGames*/
{ VLC_FOURCC('W','C','3','V'), AV_CODEC_ID_XAN_WC3,
More information about the vlc-commits
mailing list