Commit ee29b04d authored by Fabian Bauer's avatar Fabian Bauer
Browse files

buildfix

parent ad122bde
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2449,7 +2449,7 @@ Word16 wb_vad_ivas_fx(
        IF( LT_16( i, 3 ) )
        {
#ifdef ISSUE_1867_replace_overflow_libenc
            L_accum_ener_L = L_add_o( L_accum_ener_L, hNoiseEst->bckr_fx[i], &Overflow ); /* hNoiseEst->q_bckr */
            L_accum_ener_L = L_add_sat( L_accum_ener_L, hNoiseEst->bckr_fx[i] ); /* hNoiseEst->q_bckr */  //??sat
#else
            L_accum_ener_L = L_add_o( L_accum_ener_L, hNoiseEst->bckr_fx[i], &Overflow );            /* hNoiseEst->q_bckr */
#endif