Commit 5d032760 authored by Tapani Pihlajakuja's avatar Tapani Pihlajakuja
Browse files

Fix sanitizer bug.

parent 683fb23c
Loading
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -1767,7 +1767,10 @@ void protoSignalComputation2_fx(
#ifdef FIX_FLOAT_1578_OMASA_REND_SPIKES
    interpolatorDualMono_fx = 0;
    move16();
    IF( stereo_type_detect != NULL )
    {
        max_band_diff_ene = s_min( stereo_type_detect->max_band_diff_ene, num_freq_bands ); /* Local version for correct maximum */
    }
#endif

    /* Calculate the max shift possible for the buffers RealBuffer_fx and ImagBuffer_fx */