1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-17 13:17:13 +00:00

consistency/tcc support patch by Oded Shimon

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15906 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2005-07-03 12:49:23 +00:00
parent fa27d5f5cd
commit b53b875ddd

View File

@ -143,7 +143,7 @@ typedef struct _avistdindex_entry {
} avistdindex_entry; } avistdindex_entry;
// Standard index // Standard index
typedef struct __attribute((packed)) _avistdindex_chunk { typedef struct __attribute__((packed)) _avistdindex_chunk {
char fcc[4]; // ix## char fcc[4]; // ix##
uint32_t dwSize; // size of this chunk uint32_t dwSize; // size of this chunk
uint16_t wLongsPerEntry; // must be sizeof(aIndex[0])/sizeof(DWORD) uint16_t wLongsPerEntry; // must be sizeof(aIndex[0])/sizeof(DWORD)