Loading lib_rend/lib_rend_fx.c +2 −3 Original line number Diff line number Diff line Loading @@ -6952,10 +6952,9 @@ static ivas_error renderIsmToSba( Word8 position_changed; Word16 ambiOrderOut; Word16 numOutChannels; #ifdef FIX_2331_CLANG18_MSAN_UNINIT_VARIABLE pan_vector_fx currentPanGains_fx = { 0 }; // Solve Clang-18 warnings #else pan_vector_fx currentPanGains_fx; #ifdef FIX_2331_CLANG18_MSAN_UNINIT_VARIABLE set32_fx( currentPanGains_fx, 0, MAX_OUTPUT_CHANNELS ); #endif ivas_error error; error = IVAS_ERR_OK; Loading Loading
lib_rend/lib_rend_fx.c +2 −3 Original line number Diff line number Diff line Loading @@ -6952,10 +6952,9 @@ static ivas_error renderIsmToSba( Word8 position_changed; Word16 ambiOrderOut; Word16 numOutChannels; #ifdef FIX_2331_CLANG18_MSAN_UNINIT_VARIABLE pan_vector_fx currentPanGains_fx = { 0 }; // Solve Clang-18 warnings #else pan_vector_fx currentPanGains_fx; #ifdef FIX_2331_CLANG18_MSAN_UNINIT_VARIABLE set32_fx( currentPanGains_fx, 0, MAX_OUTPUT_CHANNELS ); #endif ivas_error error; error = IVAS_ERR_OK; Loading