Commit a3411b70 authored by TYAGIRIS's avatar TYAGIRIS
Browse files

fix for issue 1869 lfe lpf plc

parent 872d8f9c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -402,6 +402,9 @@ void ivas_lfe_dec_fx(
            move32();
            j = add( j, shr( output_frame, 5 ) );
        }
#ifdef NONBE_FIX_MC_LFE_LPF
        q_out = Q9;
#endif
    }

    IF( hLFE->filter_state.order > 0 )