Commit 21fd351a authored by vaclav's avatar vaclav
Browse files

fix compilation warning

parent 080112fb
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5374,7 +5374,7 @@ static ivas_error renderIsmToBinaural(
    return IVAS_ERR_OK;
}


#ifndef FIX_911_REMOVE_CREND_DUPLICATION
static int16_t getNumSubframesInBuffer(
    const IVAS_REND_AudioBuffer *buffer,
    const int32_t sampleRate )
@@ -5399,7 +5399,7 @@ static int16_t getNumSubframesInBuffer(
    return (int16_t) ( buffer->config.numSamplesPerChannel / ( sampleRate / FRAMES_PER_SEC / MAX_PARAM_SPATIAL_SUBFRAMES ) );
#endif
}

#endif

static ivas_error renderIsmToBinauralRoom(
    input_ism *ismInput,