Commit 9955360e authored by multrus's avatar multrus
Browse files

[cleanup] accept NONBE_FIX_1212_TONAL_MDCT_CONCEALMENT

parent 750c6ce8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -170,7 +170,6 @@
/* all switches in this category should start with "NONBE_" */

#define NONBE_FIX_1176_OSBA_REVERB_JBM_ASAN_ERROR       /* Ericsson: Issue 1176, fix in TDREND_firfilt for subframes shorter than the filter length */
#define NONBE_FIX_1212_TONAL_MDCT_CONCEALMENT           /* FhG: Fix issue 1212, zero IGF spec also in 1st concealed frame */
#define NONBE_FIX_1204_MDCT_STEREO_NOISE_EST_SCALING    /* FhG: fixes for decoder-side noise level estimation in MDCT-Stereo to prevent noise bursts in stereo switching */
#define NONBE_1200_ISM_JBM_BRATE_SW_FLUSH               /* VA: issue 1200: fix bug in renderer flush in ISM JBM bitrate switching */
#define NONBE_FIX_1205_TD_STEREO_MOD_CT                 /* VA: fix mismatch of coder_type (mod_ct) btw. TD stereo encoder and decoder */
+0 −4
Original line number Diff line number Diff line
@@ -545,11 +545,7 @@ void TonalMDCTConceal_InsertNoise(

                for ( l = crossOverFreq; l < hTonalMDCTConc->lastBlockData.nSamples; l++ )
                {
#ifdef NONBE_FIX_1212_TONAL_MDCT_CONCEALMENT
                    mdctSpectrum[l] = 0.0f;
#else
                    mdctSpectrum[l] = hTonalMDCTConc->lastBlockData.spectralData[l];
#endif
                }
            }
            /* actual fadeout is done in this case */