mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-07-19 05:51:10 +00:00
Some code in alimiter assumes that there are 2 channels, resulting in clipping if the loudest channel is 3 or above and an out-of-bounds read if the input is monophonic. Fix that in 2 places. Signed-off-by: David Flater <dave@flaterco.com>