Fix #27928: avi raw writing failure, after earlier bugfix for big file sizes.

This commit is contained in:
Brecht Van Lommel 2011-07-11 09:47:13 +00:00
parent 9fb2e5dde7
commit e645068aa0

@ -60,7 +60,7 @@
typedef struct _AviChunk {
int fcc;
int64_t size;
int size;
} AviChunk;
typedef struct _AviList {