Commit b6a11448 authored by Arash Azizi's avatar Arash Azizi
Browse files

issue: 2446 re-activating switch and changing one tipo from EQ to NE

parent 936e8bcc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2082,7 +2082,7 @@ void con_tcx_ivas_fx(
#ifndef HARMONIZE_2446_CON_TCX_FX
    st->hHQ_core->Q_old_wtda_LB = Q_syn; // st->hHQ_core->Q_old_wtda
#else
    IF( EQ_16( st->element_mode, EVS_MONO ) )
    IF( NE_16( st->element_mode, EVS_MONO ) )
    {
        st->hHQ_core->Q_old_wtda_LB = Q_syn; // st->hHQ_core->Q_old_wtda
    }