aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/videoplayer.h
diff options
context:
space:
mode:
authorEugene Sandulenko2011-01-23 19:08:09 +0000
committerEugene Sandulenko2011-01-23 19:08:09 +0000
commitcaa6684752a310e916b179125a4125a8b3be36f0 (patch)
treedc364d58619b297194bc5d0673b694c34fb51b6c /engines/gob/videoplayer.h
parent3d15871ee2d6a9c0ce4819a6ab5925638bafa8b9 (diff)
downloadscummvm-rg350-caa6684752a310e916b179125a4125a8b3be36f0.tar.gz
scummvm-rg350-caa6684752a310e916b179125a4125a8b3be36f0.tar.bz2
scummvm-rg350-caa6684752a310e916b179125a4125a8b3be36f0.zip
VIDEO: Move video classes to Video:: namespace
svn-id: r55479
Diffstat (limited to 'engines/gob/videoplayer.h')
-rw-r--r--engines/gob/videoplayer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/gob/videoplayer.h b/engines/gob/videoplayer.h
index fff2a951e4..2a1223b0b1 100644
--- a/engines/gob/videoplayer.h
+++ b/engines/gob/videoplayer.h
@@ -150,7 +150,7 @@ public:
private:
struct Video {
- Graphics::CoktelDecoder *decoder;
+ ::Video::CoktelDecoder *decoder;
Common::String fileName;
SurfacePtr surface;
@@ -186,7 +186,7 @@ private:
Common::String findFile(const Common::String &file, Properties &properties);
- Graphics::CoktelDecoder *openVideo(const Common::String &file, Properties &properties);
+ ::Video::CoktelDecoder *openVideo(const Common::String &file, Properties &properties);
bool playFrame(int slot, Properties &properties);