Added packing to the QT structures

svn-id: r49088
This commit is contained in:
Filippos Karapetis 2010-05-19 00:25:12 +00:00
parent e41874c91d
commit 9af44c9332

View File

@ -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;