Commit 2e41b036 authored by sagnowski's avatar sagnowski
Browse files

Fix preRendFrameSize_ms

parent b30693b5
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1566,7 +1566,7 @@ static ivas_error renderSplitBinauralWithPostRot(
            if ( splitBinInput->numCachedSamples == 0 )
            {
#ifdef ISAR_BITSTREAM_UPDATE_LC3PLUS
                preRendFrameSize_ms = num_subframes * 5; // TODO: this will not be true if ISAR frame size doesn't match postrend output frame size
                preRendFrameSize_ms = splitBinInput->splitPostRendWrapper.hLc3plusDec->config.isar_frame_duration_us;
#else
                preRendFrameSize_ms = (int16_t) ( ivas_frame_duration_us ) / 1000;
#endif