-
- Downloads
ac3dsp: Reverse matrix in/out order in downmix()
Also use (float **) instead of (float (*)[2]). This matches the matrix
layout in libavresample so we can reuse assembly code between the two.
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
Showing
- libavcodec/ac3dec.c 27 additions, 13 deletionslibavcodec/ac3dec.c
- libavcodec/ac3dec.h 1 addition, 1 deletionlibavcodec/ac3dec.h
- libavcodec/ac3dsp.c 4 additions, 4 deletionslibavcodec/ac3dsp.c
- libavcodec/ac3dsp.h 1 addition, 1 deletionlibavcodec/ac3dsp.h
- libavcodec/x86/ac3dsp_init.c 19 additions, 17 deletionslibavcodec/x86/ac3dsp_init.c
Loading
Please register or sign in to comment