mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-08-09 17:39:08 +00:00
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>