Commit a9f07905 authored by vaillancour's avatar vaillancour
Browse files

Complement to 2290

parent 3438e2e1
Loading
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -563,7 +563,10 @@ ivas_error ivas_core_dec_fx(
                move16();
            }
#ifdef FIX_2290_COPY_OF_UNINIT_DATA
            IF( st->hBWE_FD != NULL )
            {
                Copy_Scale_sig_16_32_DEPREC( old_syn_12k8_16k_fx_16, old_syn_12k8_16k_fx[n], st->L_frame, Q11 - ( -Q1 ) ); // Q(11 - (-1))
            }
#else
            Copy_Scale_sig_16_32_DEPREC( old_syn_12k8_16k_fx_16, old_syn_12k8_16k_fx[n], L_FRAME16k, Q11 - ( -Q1 ) ); // Q(11 - (-1))
#endif