[vlc-commits] Map TDSC avcodec
Jean-Baptiste Kempf
git at videolan.org
Sat Mar 14 14:23:06 CET 2015
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Mar 14 14:22:30 2015 +0100| [0f86c9440c8b8b29610792987be29b30b51ae4b0] | committer: Jean-Baptiste Kempf
Map TDSC avcodec
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0f86c9440c8b8b29610792987be29b30b51ae4b0
---
NEWS | 1 +
modules/codec/avcodec/fourcc.c | 4 ++++
2 files changed, 5 insertions(+)
diff --git a/NEWS b/NEWS
index 29e13da..6d13894 100644
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,7 @@ Decoder:
* New BPG decoder based on libbpg
* Fixed uncompressed DVD-Audio (AOB) LPCM decoding
* Rewrite WPL playlists and add ZPL playlists support (Zune)
+ * Support TDSC
Demuxers:
* Support HD-DVD .evo (H.264, VC-1, MPEG-2, PCM, AC-3, E-AC3, MLP, DTS)
diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c
index 5e8ed3a..8ba7952 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -262,6 +262,10 @@ static const struct
{ VLC_CODEC_VP7 , AV_CODEC_ID_VP7, VIDEO_ES },
#endif
+#if LIBAVCODEC_VERSION_CHECK( 56, 18, 0, 27, 100 )
+ { VLC_CODEC_TDSC, AV_CODEC_ID_TDSC, VIDEO_ES },
+#endif
+
/* ffmpeg only: AV_CODEC_ID_BRENDER_PIX */
/* ffmpeg only: AV_CODEC_ID_Y41P */
More information about the vlc-commits
mailing list