Commit 1f02e7cc authored by sagnowski's avatar sagnowski
Browse files

FIx some ASAN failures

parent 7047e274
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1797,7 +1797,7 @@ ivas_error ivas_rend_crendProcessSplitBin(
    }

    /* copy LFE to tmpLfeBuffer and apply gain only once */
    mvr2r( output[st_ivas->hIntSetup.index_lfe[0]], tmpLfeBuffer, output_frame );
    mvr2r( output[st_ivas->hTransSetup.index_lfe[0]], tmpLfeBuffer, output_frame );
    gain_lfe = ( ( st_ivas->hCrendWrapper != NULL ) && ( st_ivas->hCrendWrapper->hHrtfCrend != NULL ) ) ? st_ivas->hCrendWrapper->hHrtfCrend->gain_lfe : GAIN_LFE;
    v_multc( tmpLfeBuffer, gain_lfe, tmpLfeBuffer, output_frame );