mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
bb6de744cc
Silent frames return early from ff_opus_psy_celt_frame_init before intensity_stereo is set, but postencode_update reads it into avg_is_band, causing a use-of-uninitialized-value. Set it to end_band like the non-silent path does. Signed-off-by: Kacper Michajłow <kasper93@gmail.com>