Commit ab6f094f authored by Laurent Aimar's avatar Laurent Aimar

Use TrueHD codec in TS instead of MLP.

parent ef06c14d
......@@ -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_CODEC_MLP;
p_fmt->i_codec = VLC_CODEC_TRUEHD;
break;
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