diff options
author | Matthew Hoops | 2012-11-28 18:56:13 -0500 |
---|---|---|
committer | Matthew Hoops | 2013-06-20 00:02:32 -0400 |
commit | 0b81e59d0ad5955c82c26817d6a3260242e794e4 (patch) | |
tree | d21b59b6c6a1aa969fea874336c42f602dae10f5 /video/avi_decoder.h | |
parent | 36bc47df446f1580edf15a407228579291196b4a (diff) | |
download | scummvm-rg350-0b81e59d0ad5955c82c26817d6a3260242e794e4.tar.gz scummvm-rg350-0b81e59d0ad5955c82c26817d6a3260242e794e4.tar.bz2 scummvm-rg350-0b81e59d0ad5955c82c26817d6a3260242e794e4.zip |
VIDEO: Update AVI code for parsing sword1/sword2 MPEG-2 files
Diffstat (limited to 'video/avi_decoder.h')
-rw-r--r-- | video/avi_decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video/avi_decoder.h b/video/avi_decoder.h index 34a67f4c28..bc870eac33 100644 --- a/video/avi_decoder.h +++ b/video/avi_decoder.h @@ -219,7 +219,7 @@ private: AVIHeader _header; Common::SeekableReadStream *_fileStream; - bool _decodedHeader; + bool _decodedHeader, _foundMovieList; Audio::Mixer::SoundType _soundType; |