On 28/10/15 15:38, Diego Biurrun wrote: > From: Justin Ruggles <[email protected]> > > Adds a wrapper function for downmixing which detects channel count changes > and updates the selected downmix function accordingly. > > Simplification and porting to current x86inc infrastructure by Diego Biurrun. > --- > libavcodec/ac3dec.c | 8 +- > libavcodec/ac3dsp.c | 112 ++++++++++++++------- > libavcodec/ac3dsp.h | 9 +- > libavcodec/x86/Makefile | 3 +- > libavcodec/x86/ac3dsp_downmix.asm | 199 > ++++++++++++++++++++++++++++++++++++++ > libavcodec/x86/ac3dsp_init.c | 177 +++++++++------------------------ > 6 files changed, 331 insertions(+), 177 deletions(-) > create mode 100644 libavcodec/x86/ac3dsp_downmix.asm
If the fate coverage touches that and fate still works I'm fine with it. lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
