Commit afed8fc4 authored by fotopoulou's avatar fotopoulou
Browse files

fix forcing TCX10

parent b73bbdfb
Loading
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -245,11 +245,7 @@ void ivas_decision_matrix_enc_fx(
            st->core = ACELP_CORE;
        }
#ifdef SUPPORT_FORCE_TCX10_TCX20
        else if ( st->force == FORCE_TCX10 )
        {
            st->core = TCX_10_CORE;
        }
        else if ( st->force == FORCE_TCX20 )
        else if ( st->force == FORCE_TCX20 || st->force == FORCE_TCX10 ) /* Initalizations should always happen with TCX20*/
        {
            st->core = TCX_20_CORE;
        }