aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/support/avi_surface.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-07-11 19:43:42 -0400
committerPaul Gilbert2016-07-17 13:09:17 -0400
commit8a6bba0fec0718f9c9fc9b69478b8aa6ff0bd791 (patch)
treeb1745893f136790805a7317f3ca6f0e9ad71005c /engines/titanic/support/avi_surface.h
parentfa6e12aaab4e19424481fc26eab281663cbf3283 (diff)
downloadscummvm-rg350-8a6bba0fec0718f9c9fc9b69478b8aa6ff0bd791.tar.gz
scummvm-rg350-8a6bba0fec0718f9c9fc9b69478b8aa6ff0bd791.tar.bz2
scummvm-rg350-8a6bba0fec0718f9c9fc9b69478b8aa6ff0bd791.zip
TITANIC: Change AVISurface to use a separate AVIDecoder for each video track
Diffstat (limited to 'engines/titanic/support/avi_surface.h')
-rw-r--r--engines/titanic/support/avi_surface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/support/avi_surface.h b/engines/titanic/support/avi_surface.h
index fe3e972b07..f3722ca513 100644
--- a/engines/titanic/support/avi_surface.h
+++ b/engines/titanic/support/avi_surface.h
@@ -39,7 +39,7 @@ enum MovieFlag {
class AVISurface {
private:
- Video::AVIDecoder *_decoder;
+ Video::AVIDecoder *_decoders[2];
CVideoSurface *_videoSurface;
int _field4;
int _field8;