From 69a1e8ac3677a6f634264e16cf4d94be6c770c7b Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Wed, 28 Nov 2012 19:34:09 -0500 Subject: SWORD1: Add back MPEG-2 video support --- engines/sword1/animation.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/sword1/animation.h') 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 { -- cgit v1.2.3