Commit 25903e4a authored by vaclav's avatar vaclav
Browse files

fix build warning

parent f31a5113
Loading
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -5125,13 +5125,6 @@ static ivas_error renderIsmToBinauralReverb(
    float tmpRendBuffer[MAX_OUTPUT_CHANNELS][L_FRAME48k];
    ivas_error error;

    float *p_tmpRendBuffer[MAX_OUTPUT_CHANNELS];

    for ( i = 0; i < MAX_OUTPUT_CHANNELS; i++ )
    {
        p_tmpRendBuffer[i] = tmpRendBuffer[i];
    }

    push_wmops( "renderIsmToBinauralRoom" );

    copyBufferTo2dArray( ismInput->base.inputBuffer, tmpRendBuffer );