Commit 8659aae8 authored by fotopoulou's avatar fotopoulou
Browse files

Merge branch 'ivas-float-update' into 1680_ref_port_object_editing_implementation

parents acc32b89 6f296db3
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -151,9 +151,10 @@

#define BASOP_NOGLOB                                    /* Disable global symbols in BASOPs, Overflow/Carry in BASOPs disabled, additional BASOPs in case of Overflow */

/* ################### Start FIXES switches ########################### */

/* ################### Start FIXES switches ########################### */

#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 ############################ */

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

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

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