diff options
Diffstat (limited to 'graphics/video/qt_decoder.cpp')
-rw-r--r-- | graphics/video/qt_decoder.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/video/qt_decoder.cpp b/graphics/video/qt_decoder.cpp index d60275acde..150612ff91 100644 --- a/graphics/video/qt_decoder.cpp +++ b/graphics/video/qt_decoder.cpp @@ -178,6 +178,7 @@ void QuickTimeDecoder::seekToFrame(uint32 frame) { // Adjust the video starting point _startTime = g_system->getMillis() - Graphics::VideoTimestamp(_nextFrameStartTime, _streams[_videoStreamIndex]->time_scale).getUnitsInScale(1000); + resetPauseStartTime(); // Adjust the audio starting point if (_audioStreamIndex >= 0) { |