Commit e41c8c8b authored by multrus's avatar multrus
Browse files

remove more dependencies on st->enablePlcWaveadjust

parent 677cdfb3
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -398,10 +398,12 @@ void stereo_tcx_core_dec(
        lsp2a_stab( st->lsp_old, st->old_Aq_12_8, M );
    }

#ifndef FIX_1384_MSAN_stereo_tcx_core_enc
    if ( st->enablePlcWaveadjust && bfi )
    {
        st->hPlcInfo->nbLostCmpt++;
    }
#endif

    /*--------------------------------------------------------------------------------*
     * TD-TCX concealment
@@ -679,10 +681,12 @@ void stereo_tcx_core_dec(

    if ( !bfi )
    {
#ifndef FIX_1384_MSAN_stereo_tcx_core_enc
        if ( st->enablePlcWaveadjust )
        {
            st->hPlcInfo->nbLostCmpt = 0;
        }
#endif

        if ( param[1 + NOISE_FILL_RANGES] != 0 )
        {