[MPlayer-users] DVB stream including LATM AAC Audio issues
Nico Sabbi
Nicola.Sabbi at poste.it
Sat Jan 26 11:39:02 CET 2008
Il Saturday 26 January 2008 08:21:00 Steven Ellis ha scritto:
> You missed one item from the patch for it to work on a TS stream.
> Works well on my test samples from the NZ DTT Transmissions.
>
> Nico - Thanks for all your hard work. Really appreciated.
really hard: making some sense out of those specs and patching libfaad
was a real PITA
>
> Index: libmpdemux/demux_ts.c
> ===================================================================
> --- libmpdemux/demux_ts.c (revision 25851)
> +++ libmpdemux/demux_ts.c (working copy)
> @@ -2397,6 +2397,7 @@
> pmt->es[idx].type = VIDEO_MPEG4;
> break;
> case 0x0f:
> + case 0x11:
> pmt->es[idx].type = AUDIO_AAC;
> break;
> case 0x1b:
>
>
yes, I forget it once out of 2
More information about the MPlayer-users
mailing list