[vlc-commits] avcodec: map TSC2 codec
Jean-Baptiste Kempf
git at videolan.org
Wed Jul 11 10:47:01 CEST 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jul 11 10:34:04 2012 +0200| [2875b54d8c83ae4bd99dc0cfb98e2b45e712400b] | committer: Jean-Baptiste Kempf
avcodec: map TSC2 codec
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2875b54d8c83ae4bd99dc0cfb98e2b45e712400b
---
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 a809781..58509b1 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -242,6 +242,10 @@ static const struct
{ VLC_CODEC_MSA1, CODEC_ID_MSA1, VIDEO_ES },
#endif
+#if LIBAVCODEC_VERSION_CHECK( 54, 18, 0, 34, 100 )
+ { VLC_CODEC_TSC2, CODEC_ID_TSCC2, VIDEO_ES },
+#endif
+
/* Videogames Codecs */
More information about the vlc-commits
mailing list