aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/video/cinepak.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/video/cinepak.h')
-rw-r--r--engines/mohawk/video/cinepak.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mohawk/video/cinepak.h b/engines/mohawk/video/cinepak.h
index a94d879bdb..43cc22bfc9 100644
--- a/engines/mohawk/video/cinepak.h
+++ b/engines/mohawk/video/cinepak.h
@@ -55,7 +55,7 @@ struct CinepakFrame {
uint16 height;
uint16 stripCount;
CinepakStrip *strips;
-
+
Graphics::Surface *surface;
};
@@ -70,7 +70,7 @@ private:
CinepakFrame _curFrame;
int32 _y;
Graphics::PixelFormat _pixelFormat;
-
+
void loadCodebook(Common::SeekableReadStream *stream, uint16 strip, byte codebookType, byte chunkID, uint32 chunkSize);
void decodeVectors(Common::SeekableReadStream *stream, uint16 strip, byte chunkID, uint32 chunkSize);
};