Commit e3317839 authored by Fabian Bauer's avatar Fabian Bauer
Browse files

fix tonanmdctconcealment_init call in case of nondefined opendecoderlpd macro

parent 68382e39
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2330,7 +2330,12 @@ void open_decoder_LPD_ivas_fx(
        move16();
        st->hTonalMDCTConc->lastBlockData.nSamples = 0;
        move16();
#ifdef HARMONIZE_2583_open_decoder_LPD
        TonalMDCTConceal_Init_fx( st->element_mode, st->hTonalMDCTConc, st->hTcxDec->L_frameTCX, st->L_frame, FDNS_NPTS, st->hTcxCfg );
#else
        TonalMDCTConceal_Init_fx( 1 /*signal non-EVS*/, st->hTonalMDCTConc, st->hTcxDec->L_frameTCX, st->L_frame, FDNS_NPTS, st->hTcxCfg );

#endif
    }

    st->last_tns_active = 0;