Commit 0ff6ea69 authored by vaillancour's avatar vaillancour
Browse files

fix issue when BASOP_NOGLOB is disabled

parent 31b5cf9a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,8 +102,8 @@ Word16 Enr_1_Az_fx( /* o : impulse response energy Q3 */
#endif
        y++;
    }
    *Overflow_out = Overflow;
#ifdef BASOP_NOGLOB
    *Overflow_out = Overflow;
    return round_fx_o(L_tmp2, Overflow_out); /* Q19 to Q3 */
#else
    return round_fx(L_tmp2); /* Q19 to Q3 */