• Nicolas George's avatar
    lswr: channel_map requires input conversion. · 1d903a5e
    Nicolas George authored
    channel_map is applied between in and postin.
    Without this test, if the input format is an acceptable internal format,
    the in->postin conversion is skipped. In the best case,
    it ignores channel_map, in the worst case it causes an assert failure
    if the number of channels is changed by the map.
    1d903a5e
swresample.c 32.1 KB