aboutsummaryrefslogtreecommitdiff
path: root/video/video_decoder.h
diff options
context:
space:
mode:
authorMatthew Hoops2012-07-26 23:42:35 -0400
committerMatthew Hoops2012-07-26 23:42:35 -0400
commitdf5d6f7d08c30afa270fd7d3e2d0f885eaf3c7bc (patch)
tree7c6f956545a6a7d2c099c96b48639ef40cd3ec8c /video/video_decoder.h
parent84462fa088d64acc2a7b2811f88a5a292abe00db (diff)
downloadscummvm-rg350-df5d6f7d08c30afa270fd7d3e2d0f885eaf3c7bc.tar.gz
scummvm-rg350-df5d6f7d08c30afa270fd7d3e2d0f885eaf3c7bc.tar.bz2
scummvm-rg350-df5d6f7d08c30afa270fd7d3e2d0f885eaf3c7bc.zip
VIDEO: Force an update after a seek
Diffstat (limited to 'video/video_decoder.h')
-rw-r--r--video/video_decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/video_decoder.h b/video/video_decoder.h
index 0c569692fc..ffeecd326d 100644
--- a/video/video_decoder.h
+++ b/video/video_decoder.h
@@ -766,7 +766,7 @@ private:
TrackList _tracks;
// Current playback status
- bool _isPlaying, _needsRewind;
+ bool _isPlaying, _needsRewind, _needsUpdate;
Audio::Timestamp _audioStartOffset;
// Palette settings from individual tracks