Commit fa8fe6a3 authored by Tapani Pihlajakuja's avatar Tapani Pihlajakuja
Browse files

Potential bandaid fix for issue 2014 based on git bisect.

parent 854b4dd7
Loading
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -7288,8 +7288,13 @@ void prep_tbe_exc_fx(
    }
    ELSE
    {
        Word16 shift = 4;
        Word16 shift = 8;
        move16();
        IF( element_mode == EVS_MONO )
        {
            shift = 4;
            move16();
        }
        IF( gain_preQ_fx != 0 )
        {
            FOR( i = 0; i < L_subfr; i++ )