Commit a622b14e authored by Remco Stoutjesdijk's avatar Remco Stoutjesdijk
Browse files

reduce compiler warnings

parent 9c449edc
Loading
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -5124,8 +5124,6 @@ static ivas_error renderIsmToBinauralReverb(
    int16_t i;
    float tmpRendBuffer[MAX_OUTPUT_CHANNELS][L_FRAME48k];
    ivas_error error;
    IVAS_REND_AudioObjectPosition rotatedPos;
    const IVAS_REND_HeadRotData *headRotData;
#ifdef JBM_TSM_ON_TCS
    float *p_tmpRendBuffer[MAX_OUTPUT_CHANNELS];

@@ -5137,9 +5135,6 @@ static ivas_error renderIsmToBinauralReverb(

    push_wmops( "renderIsmToBinauralRoom" );

    headRotData = ismInput->base.ctx.pHeadRotData;
    rotatedPos = defaultObjectPosition();

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

    if ( ( error = ivas_td_binaural_renderer_ext( &ismInput->tdRendWrapper,
@@ -5617,7 +5612,7 @@ static ivas_error renderMcToBinauralRoom(
#else
                                                                                                                                                                                                                           headRotEnabled
#endif //EXTERNAL_ORIENTATIONS
#endif FIX_196_REFACTOR_RENDERER_OUTPUT_CONFIG
#endif // FIX_196_REFACTOR_RENDERER_OUTPUT_CONFIG
                                                                                                                                                                                                                           && ( inConfig == IVAS_REND_AUDIO_CONFIG_5_1 || inConfig == IVAS_REND_AUDIO_CONFIG_7_1 ) ) ) )
    {
        copyBufferTo2dArray( mcInput->base.inputBuffer, tmpRendBuffer );