aboutsummaryrefslogtreecommitdiff
path: root/engines/sword1/animation.h
diff options
context:
space:
mode:
authorMatthew Hoops2012-11-28 19:34:09 -0500
committerMatthew Hoops2013-06-20 19:49:28 -0400
commit69a1e8ac3677a6f634264e16cf4d94be6c770c7b (patch)
tree293acb8ad69a40518d733a0461fb8d980bfd74d2 /engines/sword1/animation.h
parentaa2d41701d14a651c23c4e2a4c5098a300f2235f (diff)
downloadscummvm-rg350-69a1e8ac3677a6f634264e16cf4d94be6c770c7b.tar.gz
scummvm-rg350-69a1e8ac3677a6f634264e16cf4d94be6c770c7b.tar.bz2
scummvm-rg350-69a1e8ac3677a6f634264e16cf4d94be6c770c7b.zip
SWORD1: Add back MPEG-2 video support
Diffstat (limited to 'engines/sword1/animation.h')
-rw-r--r--engines/sword1/animation.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/sword1/animation.h b/engines/sword1/animation.h
index d0c61f5eb3..2c51a74f71 100644
--- a/engines/sword1/animation.h
+++ b/engines/sword1/animation.h
@@ -41,7 +41,8 @@ namespace Sword1 {
enum DecoderType {
kVideoDecoderDXA = 0,
kVideoDecoderSMK = 1,
- kVideoDecoderPSX = 2
+ kVideoDecoderPSX = 2,
+ kVideoDecoderMP2 = 3
};
class MovieText {