[vlc-commits] Avcodec: map MSS1

Jean-Baptiste Kempf git at videolan.org
Mon Jun 25 00:01:40 CEST 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jun 24 23:50:12 2012 +0200| [469ebc9f46a2667c562ff7a76f7e91d144f084f4] | committer: Jean-Baptiste Kempf

Avcodec: map MSS1

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

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

diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c
index d96424e..8bda686 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -234,6 +234,11 @@ static const struct
     { VLC_CODEC_DXTORY, CODEC_ID_DXTORY, VIDEO_ES },
 #endif
 
+#if LIBAVCODEC_VERSION_CHECK( 54, 16, 0, 27, 100 )
+    { VLC_CODEC_MSS1, CODEC_ID_MSS1, VIDEO_ES },
+#endif
+
+
     /* Videogames Codecs */
 
     { VLC_CODEC_INTERPLAY, CODEC_ID_INTERPLAY_VIDEO, VIDEO_ES },



More information about the vlc-commits mailing list