Commit 464a060c authored by Fabian Bauer's avatar Fabian Bauer
Browse files

initialize currentPanGains_fx

parent 067f7090
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6987,7 +6987,7 @@ static ivas_error renderIsmToSba(
    Word8 position_changed;
    Word16 ambiOrderOut;
    Word16 numOutChannels;
    pan_vector_fx currentPanGains_fx;
    pan_vector_fx currentPanGains_fx = { 0 }; //Solve Clang-18 warnings
    ivas_error error;
    error = IVAS_ERR_OK;
    move32();