aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/graphics.h
diff options
context:
space:
mode:
authorMatthew Hoops2010-02-10 00:20:33 +0000
committerMatthew Hoops2010-02-10 00:20:33 +0000
commit9fb9c0955df4402d796c2ea02b3da19377e5e480 (patch)
tree07951bedd7965c9c015f2fbbee95ab60d6dd4ad2 /engines/mohawk/graphics.h
parentba1d97211fc20a838571c2821bf653990d5ef3a2 (diff)
downloadscummvm-rg350-9fb9c0955df4402d796c2ea02b3da19377e5e480.tar.gz
scummvm-rg350-9fb9c0955df4402d796c2ea02b3da19377e5e480.tar.bz2
scummvm-rg350-9fb9c0955df4402d796c2ea02b3da19377e5e480.zip
Add support for the Motion JPEG codec (used in some Myst ME 10th Anniversary videos); minor cleanup.
svn-id: r48028
Diffstat (limited to 'engines/mohawk/graphics.h')
-rw-r--r--engines/mohawk/graphics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mohawk/graphics.h b/engines/mohawk/graphics.h
index 16d515ac08..831e768e41 100644
--- a/engines/mohawk/graphics.h
+++ b/engines/mohawk/graphics.h
@@ -27,8 +27,8 @@
#define MOHAWK_GRAPHICS_H
#include "mohawk/bitmap.h"
+#include "mohawk/jpeg.h"
#include "mohawk/livingbooks.h"
-#include "mohawk/myst_jpeg.h"
#include "mohawk/myst_pict.h"
#include "common/file.h"
@@ -104,7 +104,7 @@ private:
MohawkEngine_Myst *_vm;
MystBitmap *_bmpDecoder;
MystPICT *_pictDecoder;
- MystJPEG *_jpegDecoder;
+ JPEGDecoder *_jpegDecoder;
Graphics::PixelFormat _pixelFormat;
struct PictureFile {