Commit d478e475 authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_626_VARIABLE_TYPE_MDCT_CONC

parent 0cbe6144
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -160,7 +160,6 @@



#define FIX_626_VARIABLE_TYPE_MDCT_CONC                 /* FhG: trivial fix to fix USAN error */

#define FIX_616_DIV_ZERO_MCT                            /*FhG : Fix UBSAN division by zero error of issue 616*/
#define FIX617_UBSAN_DIVBYZERO_STEREOCNG                /* Eri: Issue 617: Decoder UBSAN: division by zero in stereo cng when inut is 16kHz and output is 32kHz */
+0 −4
Original line number Diff line number Diff line
@@ -126,11 +126,7 @@ void TonalMDCTConceal_SaveFreqSignal(
    const int16_t infoIGFStartLine )
{
    float *temp;
#ifdef FIX_626_VARIABLE_TYPE_MDCT_CONC
    uint16_t nOldSamples;
#else
    int16_t nOldSamples;
#endif

    assert( nNewSamples > 0 && nNewSamples <= 2 * L_FRAME_MAX );