[vlc-devel] commit: Use TrueHD codec in TS instead of MLP. (Laurent Aimar )

git version control git at videolan.org
Sun Jun 14 20:36:38 CEST 2009


vlc | branch: 1.0-bugfix | Laurent Aimar <fenrir at videolan.org> | Sat Jun 13 11:40:46 2009 +0200| [8a5247ec155e43a9eef480a50ae3bed7d366bb01] | committer: Jean-Baptiste Kempf 

Use TrueHD codec in TS instead of MLP.

Manually Cherry-picked by Jean-Baptiste Kempf <jb at videolan.org>

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

 modules/demux/ts.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/demux/ts.c b/modules/demux/ts.c
index b80031b..9096a3e 100644
--- a/modules/demux/ts.c
+++ b/modules/demux/ts.c
@@ -3627,7 +3627,7 @@ static void PMTSetupEsHDMV( demux_t *p_demux, ts_pid_t *pid,
 
     case 0x83: /* TrueHD AC3 */
         p_fmt->i_cat = AUDIO_ES;
-        p_fmt->i_codec = VLC_FOURCC( 'm', 'l', 'p', ' ' );
+        p_fmt->i_codec = VLC_FOURCC( 't', 'r', 'h', 'd' );
         break;
 
     case 0x84: /* E-AC3 */




More information about the vlc-devel mailing list