[Scummvm-cvs-logs] SF.net SVN: scummvm:[49088] scummvm/trunk/engines/mohawk/video/qt_player.h

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed May 19 02:25:12 CEST 2010


Revision: 49088
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49088&view=rev
Author:   thebluegr
Date:     2010-05-19 00:25:12 +0000 (Wed, 19 May 2010)

Log Message:
-----------
Added packing to the QT structures

Modified Paths:
--------------
    scummvm/trunk/engines/mohawk/video/qt_player.h

Modified: scummvm/trunk/engines/mohawk/video/qt_player.h
===================================================================
--- scummvm/trunk/engines/mohawk/video/qt_player.h	2010-05-18 19:59:43 UTC (rev 49087)
+++ scummvm/trunk/engines/mohawk/video/qt_player.h	2010-05-19 00:25:12 UTC (rev 49088)
@@ -124,6 +124,8 @@
 	// 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 @@
 		ScaleMode scaleMode;
 	};
 
+#include "common/pack-end.h"	// END STRUCT PACKING
+
 	const ParseTable *_parseTable;
 	bool _foundMOOV;
 	bool _foundMDAT;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list