• Marcin Gorzel's avatar
    swresample: Use channel count in rematrix initialization · 8b710ea5
    Marcin Gorzel authored
    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: 's avatarMichael Niedermayer <michael@niedermayer.cc>
    8b710ea5
Name
Last commit
Last update
..
Makefile Loading commit data...
audio_convert.asm Loading commit data...
audio_convert_init.c Loading commit data...
rematrix.asm Loading commit data...
rematrix_init.c Loading commit data...
resample.asm Loading commit data...
resample_init.c Loading commit data...
w64xmmtest.c Loading commit data...