Commit 38f2dd3f authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Merge branch 'mdct_tonal_concealment_improvement' into 'ivas-float-update'

MDCT tonal concealment improvement

See merge request !731
parents d18cbee3 b59df8b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -545,7 +545,7 @@ void TonalMDCTConceal_InsertNoise(

                for ( l = crossOverFreq; l < hTonalMDCTConc->lastBlockData.nSamples; l++ )
                {
                    mdctSpectrum[l] = hTonalMDCTConc->lastBlockData.spectralData[l];
                    mdctSpectrum[l] = 0;
                }
            }
            /* actual fadeout is done in this case */