Commit 6fd5cf2e authored by Jan Kiene's avatar Jan Kiene
Browse files

tiny cleanup

parent 54ce653f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1291,7 +1291,7 @@ void decoder_tcx_noisefilling(
#ifdef MDCT_STEREO_PLC_FADE_2_BG_NOISE
                if ( st->element_mode == IVAS_CPE_MDCT && !isMCT )
                {
                    TonalMDCTConceal_InsertNoise( st->hTonalMDCTConc, x, st->tonal_mdct_plc_active, &st->seed_tcx_plc, noiseTiltFactor, f, concealment_noise, st->hTcxDec->CngLevelBackgroundTrace_bfi, infoIGFStartLine );
                    TonalMDCTConceal_InsertNoise( st->hTonalMDCTConc, x, st->tonal_mdct_plc_active, &st->seed_tcx_plc, noiseTiltFactor, f, concealment_noise, hTcxDec->CngLevelBackgroundTrace_bfi, infoIGFStartLine );
                }
                else
                {