# HG changeset patch # User alex # Date 1120394963 0 # Node ID a5a37cb6858a6d1f1c08bcee9ca8c8dfc76585a9 # Parent 935a35270f5d503a02d8149265ee2d6b4d14feb6 consistency/tcc support patch by Oded Shimon diff -r 935a35270f5d -r a5a37cb6858a libmpdemux/aviheader.h --- a/libmpdemux/aviheader.h Sun Jul 03 12:49:07 2005 +0000 +++ b/libmpdemux/aviheader.h Sun Jul 03 12:49:23 2005 +0000 @@ -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)