[vlc-devel] commit: Ramiro separated trueHD and mlp decoder in FFmpeg. Provide a new FourCC for this. (Jean-Baptiste Kempf )

git version control git at videolan.org
Tue Mar 31 01:09:36 CEST 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Mar 31 01:08:40 2009 +0200| [a5f770d3f2f1b3b2ce2bc067312ce20e2493fb16] | committer: Jean-Baptiste Kempf 

Ramiro separated trueHD and mlp decoder in FFmpeg. Provide a new FourCC for this.

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

 modules/codec/avcodec/fourcc.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c
index 6f8fc83..93ebdca 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -1078,6 +1078,10 @@ static const struct
     { VLC_FOURCC('m','l','p',' '), CODEC_ID_MLP,
       AUDIO_ES, "MLP/TrueHD Audio" },
 #endif
+#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 52, 22, 0 )
+    { VLC_FOURCC('t','r','h','d'), CODEC_ID_TRUEHD,
+      AUDIO_ES, "TrueHD Audio" },
+#endif
 #if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 52, 6, 0 )
     { VLC_FOURCC('Q','c','l','p'), CODEC_ID_QCELP,
       AUDIO_ES, "QCELP Audio" },




More information about the vlc-devel mailing list