[MPlayer-cvslog] CVS: main/libmpdemux aviheader.h,1.13,1.14
Alex Beregszaszi
syncmail at mplayerhq.hu
Sun Jul 3 14:49:26 CEST 2005
CVS change done by Alex Beregszaszi
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv18907
Modified Files:
aviheader.h
Log Message:
consistency/tcc support patch by Oded Shimon
Index: aviheader.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/aviheader.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- aviheader.h 12 Jul 2004 08:55:10 -0000 1.13
+++ aviheader.h 3 Jul 2005 12:49:23 -0000 1.14
@@ -143,7 +143,7 @@
} avistdindex_entry;
// Standard index
-typedef struct __attribute((packed)) _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