Commit 136e9030 authored by norvell's avatar norvell
Browse files

Merge branch...

Merge branch '2088-msan-error-in-renderer-with-dynamic-acoustiv-environment-test-on-ivas-float-update' into 'main'

Add temporary fix for Issue 2088 in TEMP_FIX_2088_MSAN_INIT_ERROR - basop main

Closes #2088

See merge request !2382
parents 6b75151f 7b6e501e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -77,7 +77,9 @@
#define FIX_1999_TEMPORARY_DISABLE_DIST_ATT_CHECK            /* Eri: Issue 1999: Range check on float values of distance attenuation, while the float values are not propagated to this function. The test is not correct, but configurable distance attenuation is not used in Characterization.*/
#define OPT_IGF_GET_WHITE_SPEC_DATA                          /* FhG: optimized version of IGF_getWhiteSpectralData_ivas() */
#define FIX_2081_REVISE_H1_SCALING                           /* VA: accommodate for H1 overshoot that was causing assert in set_impule. Not BE with MASA on LTV with bitrate switching for only 2 instances */
#define TEMP_FIX_2088_MSAN_INIT_ERROR                        /* Eri: Temporary fix for Issue 2088 - MSAN error. Will come with later port of JBM+Split rendering update */

/* ################### End FIXES switches ########################### */

/* #################### Start BASOP porting switches ############################ */

+3 −0
Original line number Diff line number Diff line
@@ -3337,6 +3337,9 @@ ivas_error IVAS_REND_Open(

        isar_init_split_rend_handles( hIvasRend->splitRendWrapper );
    }
#ifdef TEMP_FIX_2088_MSAN_INIT_ERROR
    hIvasRend->splitRendEncBuffer.data_fx = NULL;
#endif

    FOR( i = 0; i < RENDERER_MAX_ISM_INPUTS; ++i )
    {