aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/qt_decoder.h
diff options
context:
space:
mode:
authorMatthew Hoops2010-05-25 02:35:50 +0000
committerMatthew Hoops2010-05-25 02:35:50 +0000
commitab540af9f815183fb3bb087e0a7dcab9e62cd847 (patch)
treef1245d339fd23eef6b4cce4813c0e2d693529aab /graphics/video/qt_decoder.h
parent58a7dbe7214c64ce77920e7e63dd9be445ebd805 (diff)
downloadscummvm-rg350-ab540af9f815183fb3bb087e0a7dcab9e62cd847.tar.gz
scummvm-rg350-ab540af9f815183fb3bb087e0a7dcab9e62cd847.tar.bz2
scummvm-rg350-ab540af9f815183fb3bb087e0a7dcab9e62cd847.zip
Fix a regression with rewinding in QuickTime videos (looping works in Riven again) and some minor cleanup.
svn-id: r49206
Diffstat (limited to 'graphics/video/qt_decoder.h')
-rw-r--r--graphics/video/qt_decoder.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/video/qt_decoder.h b/graphics/video/qt_decoder.h
index 545866f9e5..6d72464258 100644
--- a/graphics/video/qt_decoder.h
+++ b/graphics/video/qt_decoder.h
@@ -112,7 +112,6 @@ public:
bool isVideoLoaded() const { return _fd != 0; }
Surface *decodeNextFrame();
- bool needsUpdate() const;
bool endOfVideo() const;
uint32 getElapsedTime() const;
uint32 getTimeToNextFrame() const;