Commit 8a5247ec authored by Laurent Aimar's avatar Laurent Aimar Committed by Jean-Baptiste Kempf

Use TrueHD codec in TS instead of MLP.

Manually Cherry-picked by Jean-Baptiste Kempf <jb@videolan.org>
parent b1353591
...@@ -3627,7 +3627,7 @@ static void PMTSetupEsHDMV( demux_t *p_demux, ts_pid_t *pid, ...@@ -3627,7 +3627,7 @@ static void PMTSetupEsHDMV( demux_t *p_demux, ts_pid_t *pid,
case 0x83: /* TrueHD AC3 */ case 0x83: /* TrueHD AC3 */
p_fmt->i_cat = AUDIO_ES; 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; break;
case 0x84: /* E-AC3 */ case 0x84: /* E-AC3 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment