aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilippos Karapetis2010-05-19 00:25:12 +0000
committerFilippos Karapetis2010-05-19 00:25:12 +0000
commit9af44c9332bee7fb6057ea825be846a1d7c77038 (patch)
treed5b404546cdf946262d62c17b3d3df18becb7dde
parente41874c91d4e658289664e7ea5eddc2c89a03c34 (diff)
downloadscummvm-rg350-9af44c9332bee7fb6057ea825be846a1d7c77038.tar.gz
scummvm-rg350-9af44c9332bee7fb6057ea825be846a1d7c77038.tar.bz2
scummvm-rg350-9af44c9332bee7fb6057ea825be846a1d7c77038.zip
Added packing to the QT structures
svn-id: r49088
-rw-r--r--engines/mohawk/video/qt_player.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/mohawk/video/qt_player.h b/engines/mohawk/video/qt_player.h
index 205b18f99c..724db3538e 100644
--- a/engines/mohawk/video/qt_player.h
+++ b/engines/mohawk/video/qt_player.h
@@ -124,6 +124,8 @@ protected:
// This is the file handle from which data is read from. It can be the actual file handle or a decompressed stream.
Common::SeekableReadStream *_fd;
+#include "common/pack-start.h" // START STRUCT PACKING
+
struct MOVatom {
uint32 type;
uint32 offset;
@@ -214,6 +216,8 @@ protected:
ScaleMode scaleMode;
};
+#include "common/pack-end.h" // END STRUCT PACKING
+
const ParseTable *_parseTable;
bool _foundMOOV;
bool _foundMDAT;