aboutsummaryrefslogtreecommitdiff
path: root/video/qt_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/qt_decoder.h')
-rw-r--r--video/qt_decoder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/qt_decoder.h b/video/qt_decoder.h
index 583b4b44b5..1f614df18b 100644
--- a/video/qt_decoder.h
+++ b/video/qt_decoder.h
@@ -106,13 +106,13 @@ public:
bool isVideoLoaded() const { return isOpen(); }
const Graphics::Surface *decodeNextFrame();
bool endOfVideo() const;
- uint32 getElapsedTime() const;
+ uint32 getTime() const;
uint32 getTimeToNextFrame() const;
Graphics::PixelFormat getPixelFormat() const;
// SeekableVideoDecoder API
void seekToFrame(uint32 frame);
- void seekToTime(Audio::Timestamp time);
+ void seekToTime(const Audio::Timestamp &time);
uint32 getDuration() const { return _duration * 1000 / _timeScale; }
protected: