summaryrefslogtreecommitdiff
path: root/libavformat/swf.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/swf.h')
-rw-r--r--libavformat/swf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavformat/swf.h b/libavformat/swf.h
index a138987ca4..93377dcccf 100644
--- a/libavformat/swf.h
+++ b/libavformat/swf.h
@@ -66,9 +66,9 @@
typedef struct {
int audio_stream_index;
- offset_t duration_pos;
- offset_t tag_pos;
- offset_t vframes_pos;
+ int64_t duration_pos;
+ int64_t tag_pos;
+ int64_t vframes_pos;
int samples_per_frame;
int sound_samples;
int swf_frame_number;