diff options
author | faust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-07-12 08:55:10 +0000 |
---|---|---|
committer | faust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-07-12 08:55:10 +0000 |
commit | 1f43198917242350ef1e00c73d8fddaf966d4720 (patch) | |
tree | 053221536ff9d5af7bf98776e41d1159193cf009 | |
parent | 18557ad90bd8b96b5f959d597cf9f9daa1948587 (diff) |
x86_64 fix by John Stebbins <john@stebbins.name>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12801 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | libmpdemux/aviheader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/aviheader.h b/libmpdemux/aviheader.h index c37705e791..3cb710ce67 100644 --- a/libmpdemux/aviheader.h +++ b/libmpdemux/aviheader.h @@ -143,7 +143,7 @@ typedef struct _avistdindex_entry { } 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) |