aboutsummaryrefslogtreecommitdiff
path: root/video/video_decoder.h
diff options
context:
space:
mode:
authorMatthew Hoops2012-08-31 21:47:52 -0400
committerMatthew Hoops2012-08-31 21:47:52 -0400
commitddffd74094768fe7c992c568d484de06f389b7a0 (patch)
tree4608e14cf9f5c25b7ff7cc38418ea1681aa00b17 /video/video_decoder.h
parentbf882b77c4fdebde862771c0d1df0aea0081dc00 (diff)
downloadscummvm-rg350-ddffd74094768fe7c992c568d484de06f389b7a0.tar.gz
scummvm-rg350-ddffd74094768fe7c992c568d484de06f389b7a0.tar.bz2
scummvm-rg350-ddffd74094768fe7c992c568d484de06f389b7a0.zip
VIDEO: Improve setEndTime()
endOfVideo() and needsUpdate() are now more accurate
Diffstat (limited to 'video/video_decoder.h')
-rw-r--r--video/video_decoder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/video_decoder.h b/video/video_decoder.h
index 5abe1d917c..7ccf49a0af 100644
--- a/video/video_decoder.h
+++ b/video/video_decoder.h
@@ -777,6 +777,7 @@ private:
void stopAudio();
void startAudio();
void startAudioLimit(const Audio::Timestamp &limit);
+ bool hasFramesLeft() const;
int32 _startTime;
uint32 _pauseLevel;