• Martin Storsjo's avatar
    Avoid too big changes in isScale · 226601a8
    Martin Storsjo authored
    These values are delta encoded, but only steps [-60,60] are
    possible to encode. If the difference between two values are
    bigger than that, we end up with a sequence we are unable to
    encode.
    
    This fixes crashes on certain stereo samples at higher
    bitrates.
    226601a8
intensity.cpp 32.1 KB