• Justin Ruggles's avatar
    g726: use bits_per_coded_sample instead of bitrate to determine mode · 6ac34eed
    Justin Ruggles authored
    This requires some workarounds in the WAV muxer and demuxer. We need to write
    the correct bits_per_coded_sample and block_align in the muxer. In the
    demuxer, we cannot rely on the bits_per_coded_sample value, so we use the bit
    rate and sample rate to determine the value.
    
    This avoids having the decoder rely on AVCodecContext.bit_rate, which is not
    required to be set by the user for decoding according to our API.
    6ac34eed
riff.c 28.7 KB