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

avcodec: Map MSS3/MSA1 decoder

parent 5107c719
...@@ -238,6 +238,10 @@ static const struct ...@@ -238,6 +238,10 @@ static const struct
{ VLC_CODEC_MSS1, CODEC_ID_MSS1, VIDEO_ES }, { VLC_CODEC_MSS1, CODEC_ID_MSS1, VIDEO_ES },
#endif #endif
#if LIBAVCODEC_VERSION_CHECK( 54, 17, 0, 32, 100 )
{ VLC_CODEC_MSA1, CODEC_ID_MSA1, VIDEO_ES },
#endif
/* Videogames Codecs */ /* Videogames Codecs */
......
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