Commit a5d15eb6 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Avcodec: map ICOD

Close #5567
parent e8022122
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment