aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/video/video_theora_player.h
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-08-31 13:49:38 +0200
committerEinar Johan Trøan Sømåen2012-08-31 13:49:38 +0200
commit16b27090b1c7dc11cdc199b1a98c0f2973db5f45 (patch)
tree795fe24dc2097801bbb773a907fd465bc23e9499 /engines/wintermute/video/video_theora_player.h
parent3fe7f2cbe2b70eaa824b7159d94d40c2280006a3 (diff)
downloadscummvm-rg350-16b27090b1c7dc11cdc199b1a98c0f2973db5f45.tar.gz
scummvm-rg350-16b27090b1c7dc11cdc199b1a98c0f2973db5f45.tar.bz2
scummvm-rg350-16b27090b1c7dc11cdc199b1a98c0f2973db5f45.zip
WINTERMUTE: Update to use new TGA-decoder and new Video-system
Diffstat (limited to 'engines/wintermute/video/video_theora_player.h')
-rw-r--r--engines/wintermute/video/video_theora_player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/video/video_theora_player.h b/engines/wintermute/video/video_theora_player.h
index 41b45d2289..fd1b7b94b3 100644
--- a/engines/wintermute/video/video_theora_player.h
+++ b/engines/wintermute/video/video_theora_player.h
@@ -46,7 +46,7 @@ private:
THEORA_STATE_PAUSED = 2,
THEORA_STATE_FINISHED = 3
};
- Video::RewindableVideoDecoder *_theoraDecoder;
+ Video::VideoDecoder *_theoraDecoder;
Graphics::Surface _surface;
public:
DECLARE_PERSISTENT(VideoTheoraPlayer, BaseClass)