Commit 309c087d authored by Fabian Bauer's avatar Fabian Bauer
Browse files

fixed error in EVS path

parent b2c52dd8
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -446,7 +446,7 @@ void tcx_arith_decode_envelope_ivas_fx(
    envelope = (Word16 *) env;
    tcx_arith_scale_envelope( L_spec, L_spec_core, env, target_bits, low_complexity, envelope, &envelope_e );
#ifdef HARMONIZE_2598_tcx_arith_decode_envelope
    IF( EQ_16( st->element_mode, EVS_MONO ) && ( use_hm == 0 ) )
    IF( EQ_16( st->element_mode, EVS_MONO ) )
    {
        *arith_bits = tcx_arith_decode_fx( L_spec, envelope, envelope_e, target_bits, prm, q_spectrum, q_spectrum_e, nf_seed );
    }