1
mirror of https://github.com/mpv-player/mpv synced 2024-09-05 02:48:21 +02:00

x86_64 fix by John Stebbins <john@stebbins.name>

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12801 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
faust3 2004-07-12 08:55:10 +00:00
parent 18557ad90b
commit 1f43198917

View File

@ -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)