On 10/07/2012 12:00 PM, Anton Khirnov wrote: > > On Fri, 21 Sep 2012 11:23:40 -0400, Justin Ruggles <[email protected]> > wrote: >> --- >> libavcodec/mpegaudiodec.c | 67 >> +++++++++++++------------------------- >> libavcodec/mpegaudiodec_float.c | 10 ++++++ >> 2 files changed, 33 insertions(+), 44 deletions(-) >> > > Looks ok.
I'm actually going to try to redo this one. For mp3on4, planar is certainly the best option, but for normal mp3 I think I can easily and cleanly make it support either planar or interleaved using request_sample_fmt. I did some tests decoding a whole movie-length mp3 to wav, and decoding directly to interleaved was about 0.8% faster overall. So I think it's worth trying in this case. Thanks, Justin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
