Commit 8d928177 authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_547_NAN_IGF_DEC

parent 994257d5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -149,7 +149,6 @@
#define FIX_545_ASSERT                                  /* VA: fix issue 545, replace assert() with warning message when hitting memory limit in the buffer of indices */
#endif

#define FIX_547_NAN_IGF_DEC                             /* FhG: issue 547: fix possible nan in IGF decoder */
#define FIX_529_BWD_ISSUE                               /* VA: issue 529: fix Bandwidth Detector not working reliably for Music and Generic Audio */
#define FIX_557_CRASH_IN_ISM_DTX                        /* VA issue 557: fix crash in 1ISM 48 kbps DTX */
#define FIX_563_PARAMMC_LIMITER                         /* FhG: issue 563: fix ILD limiter when coming from silence w/o transient set             */
+0 −2
Original line number Diff line number Diff line
@@ -165,9 +165,7 @@ static void IGF_replaceTCXNoise_2_new(
        }
    }

#ifdef FIX_547_NAN_IGF_DEC
    rE = max( rE, 1.f );
#endif

    if ( n_noise_bands_tile )
    {