Commit 988b891a authored by vaclav's avatar vaclav
Browse files

fix compilation warning

parent 21fd351a
Loading
Loading
Loading
Loading
Loading
+2 −2
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
#ifndef SPLIT_REND_WITH_HEAD_ROT
static int16_t getNumSubframesInBuffer(
    const IVAS_REND_AudioBuffer *buffer,
    const int32_t sampleRate )