diff options
Diffstat (limited to 'video/smk_decoder.cpp')
-rw-r--r-- | video/smk_decoder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video/smk_decoder.cpp b/video/smk_decoder.cpp index 15f2b93948..d7412e99c3 100644 --- a/video/smk_decoder.cpp +++ b/video/smk_decoder.cpp @@ -367,7 +367,7 @@ uint32 SmackerDecoder::getElapsedTime() const { if (_audioStream && _audioStarted) return _mixer->getSoundElapsedTime(_audioHandle); - return VideoDecoder::getElapsedTime(); + return FixedRateVideoDecoder::getElapsedTime(); } bool SmackerDecoder::loadStream(Common::SeekableReadStream *stream) { |