[Mplayer-cvslog] CVS: main/libmpdemux aviheader.h,1.12,1.13

Sascha Sommer CVS syncmail at mplayerhq.hu
Mon Jul 12 10:55:13 CEST 2004


CVS change done by Sascha Sommer CVS

Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv15780/libmpdemux

Modified Files:
	aviheader.h 
Log Message:
x86_64 fix by John Stebbins <john at stebbins.name>

Index: aviheader.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/aviheader.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- aviheader.h	30 Apr 2004 10:40:30 -0000	1.12
+++ aviheader.h	12 Jul 2004 08:55:10 -0000	1.13
@@ -143,7 +143,7 @@
 } avistdindex_entry;
 
 // Standard index 
-typedef struct _avistdindex_chunk {
+typedef struct __attribute((packed)) _avistdindex_chunk {
     char           fcc[4];       // ix##
     uint32_t  dwSize;            // size of this chunk
     uint16_t wLongsPerEntry;     // must be sizeof(aIndex[0])/sizeof(DWORD)




More information about the MPlayer-cvslog mailing list