On Tue, Jun 28, 2011 at 1:16 AM, Benjamin Larsson <[email protected]> wrote: > > On 06/28/2011 09:23 AM, Alex Converse wrote: >> On Tue, May 24, 2011 at 6:28 AM, Benjamin Larsson <[email protected]> >> wrote: >>> >>>> Based on the output with and without this patch it is clear that you >>>> have broken implicit SBR+Implicit PS. >>>> >>>> Regards, >>>> Alex >>> >>> Now file nr 2 sounded fine. >>> >> >> I'm sorry this took so long. I think I had mistakenly written this off >> as the previous attempt. >> >> I've gone ahead and fixed some issues related to invalid channel >> configs in the no-extradata path... and fixed bfi. >> >> Regards, >> Alex >> > > Looks good. >
Actually this still has a minor problem. When trial decoding probing an ADTS file with chan_config 0, it sets avctx->channels to the correct number of channels. Then when doing the real decoding it sets chan_config to avctx->channels which causes the decoder to ignore the PCE config. The fix for this should be simple. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
