[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
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux Makefile, 1.79, 1.80 network.c, 1.103, 1.104 rtp.c, 1.6, 1.7 rtp.h, 1.2, 1.3
- Next message: [Mplayer-cvslog] CVS: main configure,1.884,1.885
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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)
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux Makefile, 1.79, 1.80 network.c, 1.103, 1.104 rtp.c, 1.6, 1.7 rtp.h, 1.2, 1.3
- Next message: [Mplayer-cvslog] CVS: main configure,1.884,1.885
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list