summaryrefslogtreecommitdiff
path: root/libavformat/ffm.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/ffm.h')
-rw-r--r--libavformat/ffm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/ffm.h b/libavformat/ffm.h
index 0ed5c227f3..4a52c407ad 100644
--- a/libavformat/ffm.h
+++ b/libavformat/ffm.h
@@ -42,7 +42,7 @@ enum {
typedef struct FFMContext {
/* only reading mode */
- offset_t write_index, file_size;
+ int64_t write_index, file_size;
int read_state;
uint8_t header[FRAME_HEADER_SIZE+4];