Commit 7324469b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Avcodec: map MSS1

parent df878fa0
...@@ -234,6 +234,11 @@ static const struct ...@@ -234,6 +234,11 @@ static const struct
{ VLC_CODEC_DXTORY, CODEC_ID_DXTORY, VIDEO_ES }, { VLC_CODEC_DXTORY, CODEC_ID_DXTORY, VIDEO_ES },
#endif #endif
#if LIBAVCODEC_VERSION_CHECK( 54, 16, 0, 27, 100 )
{ VLC_CODEC_MSS1, CODEC_ID_MSS1, VIDEO_ES },
#endif
/* Videogames Codecs */ /* Videogames Codecs */
{ VLC_CODEC_INTERPLAY, CODEC_ID_INTERPLAY_VIDEO, VIDEO_ES }, { VLC_CODEC_INTERPLAY, CODEC_ID_INTERPLAY_VIDEO, VIDEO_ES },
......
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