aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/mpeg_player.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/video/mpeg_player.h')
-rw-r--r--graphics/video/mpeg_player.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/video/mpeg_player.h b/graphics/video/mpeg_player.h
index 7d42618926..48c15261fc 100644
--- a/graphics/video/mpeg_player.h
+++ b/graphics/video/mpeg_player.h
@@ -27,6 +27,7 @@
#define GRAPHICS_VIDEO_MPEG_PLAYER_H
#include "common/scummsys.h"
+#include "graphics/pixelformat.h"
// Uncomment this if you are using libmpeg2 0.3.1.
// #define USE_MPEG2_0_3_1
@@ -122,7 +123,7 @@ protected:
} _palettes[50];
#else
OverlayColor *_overlay;
- int _bitFormat;
+ Graphics::PixelFormat _overlayFormat;
int16 *_colorTab;
OverlayColor *_rgbToPix;
#endif