aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorFilippos Karapetis2009-05-21 13:02:56 +0000
committerFilippos Karapetis2009-05-21 13:02:56 +0000
commitb7f8990ba81f81db3243ae3f9069c4d9f12754aa (patch)
tree50f84f9e502bad1274f684b9c534144f4c6e9a88 /engines
parentf583a10ec97b3f4ada56ed5e296d4143a4e10e30 (diff)
downloadscummvm-rg350-b7f8990ba81f81db3243ae3f9069c4d9f12754aa.tar.gz
scummvm-rg350-b7f8990ba81f81db3243ae3f9069c4d9f12754aa.tar.bz2
scummvm-rg350-b7f8990ba81f81db3243ae3f9069c4d9f12754aa.zip
Renamed the DXA, SMK and FLIC video decoders to reflect the fact that they're decoders, not players
svn-id: r40759
Diffstat (limited to 'engines')
-rw-r--r--engines/agos/animation.h4
-rw-r--r--engines/saga/introproc_saga2.cpp2
-rw-r--r--engines/scumm/he/animation_he.h2
-rw-r--r--engines/sword1/animation.h4
-rw-r--r--engines/sword2/animation.h4
-rw-r--r--engines/tucker/tucker.h2
6 files changed, 9 insertions, 9 deletions
diff --git a/engines/agos/animation.h b/engines/agos/animation.h
index 1077a1d907..9cd6913f08 100644
--- a/engines/agos/animation.h
+++ b/engines/agos/animation.h
@@ -29,8 +29,8 @@
#include "common/file.h"
#include "common/stream.h"
-#include "graphics/video/dxa_player.h"
-#include "graphics/video/smk_player.h"
+#include "graphics/video/dxa_decoder.h"
+#include "graphics/video/smk_decoder.h"
#include "sound/mixer.h"
namespace AGOS {
diff --git a/engines/saga/introproc_saga2.cpp b/engines/saga/introproc_saga2.cpp
index 86b9d6de01..81a60e17e5 100644
--- a/engines/saga/introproc_saga2.cpp
+++ b/engines/saga/introproc_saga2.cpp
@@ -33,7 +33,7 @@
#include "sound/mixer.h"
#include "graphics/surface.h"
-#include "graphics/video/smk_player.h"
+#include "graphics/video/smk_decoder.h"
#include "common/events.h"
#include "common/system.h"
diff --git a/engines/scumm/he/animation_he.h b/engines/scumm/he/animation_he.h
index 966db0e3f7..39f03960c4 100644
--- a/engines/scumm/he/animation_he.h
+++ b/engines/scumm/he/animation_he.h
@@ -28,7 +28,7 @@
#include "common/file.h"
-#include "graphics/video/smk_player.h"
+#include "graphics/video/smk_decoder.h"
#include "sound/mixer.h"
diff --git a/engines/sword1/animation.h b/engines/sword1/animation.h
index 85c9fc70d6..1a380d40b0 100644
--- a/engines/sword1/animation.h
+++ b/engines/sword1/animation.h
@@ -26,8 +26,8 @@
#ifndef SWORD1_ANIMATION_H
#define SWORD1_ANIMATION_H
-#include "graphics/video/dxa_player.h"
-#include "graphics/video/smk_player.h"
+#include "graphics/video/dxa_decoder.h"
+#include "graphics/video/smk_decoder.h"
#include "graphics/video/video_player.h"
#include "sword1/screen.h"
diff --git a/engines/sword2/animation.h b/engines/sword2/animation.h
index 9a60af2c26..032350d2d6 100644
--- a/engines/sword2/animation.h
+++ b/engines/sword2/animation.h
@@ -28,8 +28,8 @@
#ifndef SWORD2_ANIMATION_H
#define SWORD2_ANIMATION_H
-#include "graphics/video/dxa_player.h"
-#include "graphics/video/smk_player.h"
+#include "graphics/video/dxa_decoder.h"
+#include "graphics/video/smk_decoder.h"
#include "graphics/video/video_player.h"
#include "sound/mixer.h"
diff --git a/engines/tucker/tucker.h b/engines/tucker/tucker.h
index d763df3c81..966900c923 100644
--- a/engines/tucker/tucker.h
+++ b/engines/tucker/tucker.h
@@ -32,7 +32,7 @@
#include "common/events.h"
#include "common/stream.h"
-#include "graphics/video/flic_player.h"
+#include "graphics/video/flic_decoder.h"
#include "sound/mixer.h"