Commit 8bf2bdf8 authored by Jan Kiene's avatar Jan Kiene
Browse files

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

parents de702f5c 38f2dd3f
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 */