Michael Niedermayer <[EMAIL PROTECTED]> added the comment: On Fri, Nov 28, 2008 at 07:23:26PM +0000, Michael Niedermayer wrote: > On Fri, Nov 28, 2008 at 01:25:45PM +0000, tripp wrote: > > > > raising priotity. > > this occurs with any raw aac file i tried and is a regression. > > older versions if compiled with libfaad would decode these streams. > > compiling now with libfaad is fairly useless... > > > the break occurs at 12894: > > no it does not, 12894 was miscompiled by some gcc and 12894 contained > bugs, the bugs where fixed as far as i know. It still might need -O0 though > iam not sure about the -O0 part ... > > The real bug is the that the new aac decoder requires extradata thus it > does NOT support raw aac, libfaad does.
to use libfaad you need -acodec libfaad before -i (thought ive said this but it seems it got lost while editing my reply ...) thats is shortly after 12893 things where broken due to bugs in my code and bugs in gcc later things where broken because of the new aac decoder being default. The new decoder will not work with the 12893 parser either though ive not tested this ... [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB I have often repented speaking, but never of holding my tongue. -- Xenocrates ______________________________________________________ FFmpeg issue tracker <[EMAIL PROTECTED]> <https://roundup.mplayerhq.hu/roundup/ffmpeg/issue599> ______________________________________________________
