Commit 4c5f36ea authored by Manuel Jander's avatar Manuel Jander
Browse files

Apply change suggested by @vaillancour

parent 8eb59f6f
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -554,6 +554,7 @@ void wb_pre_proc_ivas_fx(
        IF( NE_16( st_fx->extl, SWB_BWE ) && NE_16( st_fx->extl, FB_BWE ) )
        {
            Copy( old_input, hBWE_FD->L_old_wtda_swb_fx, L_FRAME16k );
#ifndef NONBE_FIX_ISSUE_2206
#ifdef HARMONIZE_TBE2
            if ( st_fx->element_mode != EVS_MONO )
#endif
@@ -561,6 +562,7 @@ void wb_pre_proc_ivas_fx(
                st_fx->Q_old_wtda = -Q1;
                move16();
            }
#endif
        }
    }