Loading lib_com/options.h +1 −1 Original line number Diff line number Diff line Loading @@ -153,7 +153,7 @@ #define FIX_879_USAN_ERROR_IN_MASA_DECODING /* FhG: Issue 879 : avoid arithmetic with NULL pointer in the DirAC decoder to fix USAN error */ #define FIX_740_MASA_PREREND_VALIDITY_CHECK /* Nokia: issue 740: fix incorrect validity check in lib_rend to allow use of MASA prerenderer */ #define FIX_889_ARRAY_SIZE /* Nokia: issue #889: mismatch in 2D array size declaration and use */ #define FIX_890_ARRAY_SIZE /* Nokia: issue #890: mismatch in 2D array size declaration and use */ /* #################### End BE switches ################################## */ Loading lib_rend/lib_rend.c +2 −2 Original line number Diff line number Diff line Loading @@ -436,7 +436,7 @@ static void accumulateCLDFBArrayToBuffer( static void copyBufferTo2dArray( const IVAS_REND_AudioBuffer buffer, #ifdef FIX_889_ARRAY_SIZE #ifdef FIX_890_ARRAY_SIZE float array[][L_FRAME48k] ) #else float array[MAX_OUTPUT_CHANNELS][L_FRAME48k] ) Loading @@ -463,7 +463,7 @@ static void copyBufferTo2dArray( } static void accumulate2dArrayToBuffer( #ifdef FIX_889_ARRAY_SIZE #ifdef FIX_890_ARRAY_SIZE float array[][L_FRAME48k], #else float array[MAX_OUTPUT_CHANNELS][L_FRAME48k], Loading Loading
lib_com/options.h +1 −1 Original line number Diff line number Diff line Loading @@ -153,7 +153,7 @@ #define FIX_879_USAN_ERROR_IN_MASA_DECODING /* FhG: Issue 879 : avoid arithmetic with NULL pointer in the DirAC decoder to fix USAN error */ #define FIX_740_MASA_PREREND_VALIDITY_CHECK /* Nokia: issue 740: fix incorrect validity check in lib_rend to allow use of MASA prerenderer */ #define FIX_889_ARRAY_SIZE /* Nokia: issue #889: mismatch in 2D array size declaration and use */ #define FIX_890_ARRAY_SIZE /* Nokia: issue #890: mismatch in 2D array size declaration and use */ /* #################### End BE switches ################################## */ Loading
lib_rend/lib_rend.c +2 −2 Original line number Diff line number Diff line Loading @@ -436,7 +436,7 @@ static void accumulateCLDFBArrayToBuffer( static void copyBufferTo2dArray( const IVAS_REND_AudioBuffer buffer, #ifdef FIX_889_ARRAY_SIZE #ifdef FIX_890_ARRAY_SIZE float array[][L_FRAME48k] ) #else float array[MAX_OUTPUT_CHANNELS][L_FRAME48k] ) Loading @@ -463,7 +463,7 @@ static void copyBufferTo2dArray( } static void accumulate2dArrayToBuffer( #ifdef FIX_889_ARRAY_SIZE #ifdef FIX_890_ARRAY_SIZE float array[][L_FRAME48k], #else float array[MAX_OUTPUT_CHANNELS][L_FRAME48k], Loading