Commit d786b13b authored by Fabian Bauer's avatar Fabian Bauer
Browse files

correct instrumentation

parent cdee9322
Loading
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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;