[MPlayer-dev-eng] [PATCH] problems with AAC decoding

Dan Oscarsson Dan.Oscarsson at tieto.com
Mon Apr 5 14:47:46 CEST 2010


on 2010-04-05 at 14:03 +0200 Diego Biurrun wrote:
> On Mon, Apr 05, 2010 at 01:48:59PM +0200, Dan Oscarsson wrote:
> > When upgrading to current snapshot I detected that a previous playable
> > mpeg-ts-file with LATM/AAC now no loger worked and another that have
> > never worked, now did.
> 
> Could you provide such a sample for testing please?  A small
> part of a sample will likely suffice as well.
> 

The two samples I previously uploaded to upload.mplayerhq.hu in
directory latm-danish should do.

With my patched version:

mplayer danish-1.m2t : sound works (using faad)
mplayer danish-1.m2t -ac faad : sound does not work

If you do a msglevel all=9 you can see that in working case above, the
audio stream has been read a bit before faad tries it (as it the tries
ffaac first). Without my patch neither case works.

The sample danish-2.m2t works in both cases with my patch, without my
patch it only works without -ac faad.

As my patch is not enough in the danish-1.m2t -ac faad case above, an
even better probing for correct place to start decoding AAC audio is
needed.

   Dan




More information about the MPlayer-dev-eng mailing list