[vlc-commits] avcodec: Map MSS3/MSA1 decoder

Jean-Baptiste Kempf git at videolan.org
Tue Jul 3 19:38:26 CEST 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jul  3 19:37:46 2012 +0200| [be215a75aac894b6c5080d85788a4e7344c83108] | committer: Jean-Baptiste Kempf

avcodec: Map MSS3/MSA1 decoder

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=be215a75aac894b6c5080d85788a4e7344c83108
---

 modules/codec/avcodec/fourcc.c |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c
index 8bda686..a809781 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -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 */
 



More information about the vlc-commits mailing list