Skip to content
Snippets Groups Projects
Commit be215a75 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf
Browse files

avcodec: Map MSS3/MSA1 decoder

parent 5107c719
No related branches found
No related tags found
No related merge requests found
......@@ -238,6 +238,10 @@ static const struct
{ VLC_CODEC_MSS1, CODEC_ID_MSS1, VIDEO_ES },
#endif
#if LIBAVCODEC_VERSION_CHECK( 54, 17, 0, 32, 100 )
{ VLC_CODEC_MSA1, CODEC_ID_MSA1, VIDEO_ES },
#endif
/* Videogames Codecs */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment