summaryrefslogtreecommitdiffstats
path: root/src/sources/soundsourcemp3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sources/soundsourcemp3.cpp')
-rw-r--r--src/sources/soundsourcemp3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sources/soundsourcemp3.cpp b/src/sources/soundsourcemp3.cpp
index 20ef444b8f..1cee11d94d 100644
--- a/src/sources/soundsourcemp3.cpp
+++ b/src/sources/soundsourcemp3.cpp
@@ -398,7 +398,7 @@ SoundSource::OpenResult SoundSourceMp3::tryOpen(
}
// Terminate m_seekFrameList
- addSeekFrame(m_curFrameIndex, 0);
+ addSeekFrame(m_curFrameIndex, nullptr);
DEBUG_ASSERT(m_seekFrameList.back().frameIndex == frameIndexMax());
// Restart decoding at the beginning of the audio stream