mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 09:18:38 +00:00
Added packing to the QT structures
svn-id: r49088
This commit is contained in:
parent
e41874c91d
commit
9af44c9332
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user