[MPlayer-users] DVB stream including LATM AAC Audio issues
Steven Ellis
lists at stevencherie.net
Sat Jan 26 08:21:00 CET 2008
Nico Sabbi wrote:
> Il Sunday 20 January 2008 23:21:12 Nico Sabbi ha scritto:
>
>> Il Sunday 20 January 2008 01:18:29 Nico Sabbi ha scritto:
>>
>>>> initial (but very ugly and messy) patch for faad attached.
>>>> All the samples I have decode nicely, but with few errors.
>>>> Please, test and report
>>>>
>>> don't forget to apply this one, too:
>>>
>> somewhat cleaner patch; all decoding errors seem to have gone
>> this time :)
>>
>
>
> attached patch is smaller, cleaner (less intrusive) and doesn't break
> playback of other AAC stream types (previously ADTS was broken
> but you unscrupolous users didn't report it :) )
> There's an ugly hack to unget some bits in a new function,
> but for the (short-) time being it may be acceptable
>
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.
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:
More information about the MPlayer-users
mailing list