ffmpeg/libswresample
Marcin Gorzel 8b710ea5e7 swresample: Use channel count in rematrix initialization
Rematrixing supports up to 64 channels. However, there is only a limited number of channel layouts defined. Since the in/out channel count is currently obtained from the channel layout, for undefined layouts (e.g. for 9, 10, 11 channels etc.) the rematrixing fails.

This patch changes rematrix init methods to use in (used) and out channel count directly instead of computing it from channel layout.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2018-07-26 02:42:42 +02:00
..
aarch64
arm swresample/arm: rename labels to fix xcode build error 2018-04-28 18:08:52 +02:00
tests
x86 swresample: Use channel count in rematrix initialization 2018-07-26 02:42:42 +02:00
audioconvert.c
audioconvert.h
dither_template.c
dither.c
libswresample.v
log2_tab.c
Makefile
noise_shaping_data.c
options.c
rematrix_template.c
rematrix.c swresample: Use channel count in rematrix initialization 2018-07-26 02:42:42 +02:00
resample_dsp.c
resample_template.c
resample.c
resample.h
soxr_resample.c
swresample_frame.c
swresample_internal.h
swresample.c swresample/swresample: Fix for seg fault in swr_convert_internal() -> sum2_float during dithering. 2018-04-07 02:10:45 +02:00
swresample.h
swresampleres.rc
version.h Bump minor versions after release/4.0 branching 2018-04-16 12:35:12 +02:00