diff options
Diffstat (limited to 'engines/mohawk')
-rw-r--r-- | engines/mohawk/video/qt_player.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mohawk/video/qt_player.h b/engines/mohawk/video/qt_player.h index 5234f7cc59..205b18f99c 100644 --- a/engines/mohawk/video/qt_player.h +++ b/engines/mohawk/video/qt_player.h @@ -55,7 +55,7 @@ enum ScaleMode { kScaleQuarter = 4 }; -class QTPlayer : public Graphics::VideoDecoder { +class QTPlayer : public Graphics::RewindableVideoDecoder { public: QTPlayer(); virtual ~QTPlayer(); @@ -112,7 +112,7 @@ public: uint32 getTimeToNextFrame() const; Graphics::PixelFormat getPixelFormat() const; - void rewind(); // For a future RewindableVideoDecoder class + void rewind(); // TODO: These audio functions need to be removed from the public and/or added to // the VideoDecoder API directly. |