]> git.sesse.net Git - vlc/commitdiff
Avcodec: map ICOD
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 18 May 2013 15:38:45 +0000 (17:38 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 18 May 2013 17:31:04 +0000 (19:31 +0200)
Close #5567

modules/codec/avcodec/fourcc.c

index 9c33431c840a4970c5ad5b27078c3115d4b4b6e1..2beda45975bd519ac744444e88ecf59d7efa7e5e 100644 (file)
@@ -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,