Commit 08c6d6c3 authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Fix for 3GPP issue 1694: USAN in ivas_sba_dec_render_fx

Link #1694
parent d12363f0
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2617,7 +2617,7 @@ ivas_error ivas_jbm_dec_flush_renderer_fx(
        move16();
        move16();

        FOR( ch_idx = 0; ch_idx < MAX_CICP_CHANNELS; ch_idx++ )
        FOR( ch_idx = 0; ch_idx < (MAX_OUTPUT_CHANNELS + MAX_NUM_OBJECTS); ch_idx++ )
        {
            p_output_fx[ch_idx] = output_fx[ch_idx];
        }