Fix compiler warnings

This commit is contained in:
Chris Cannam
2022-06-14 16:52:09 +01:00
parent 9ddb6b370a
commit 2c57d0ee30
4 changed files with 9 additions and 9 deletions

View File

@@ -392,7 +392,7 @@ R3StretcherImpl::process(const float *const *input, size_t samples, bool final)
if (!isRealTime() && !m_keyFrameMap.empty()) {
if (m_mode == ProcessMode::Studying) {
m_totalTargetDuration =
round(m_studyInputDuration * getEffectiveRatio());
size_t(round(m_studyInputDuration * getEffectiveRatio()));
}
}