From 5f0bb0baefd506d684adfa1ad4259c65973b455e Mon Sep 17 00:00:00 2001 From: Yusuke Nakamura Date: Thu, 12 May 2011 05:28:27 +0900 Subject: mov: Support edit list atom version 1. Signed-off-by: Diego Biurrun --- libavformat/isom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/isom.h') diff --git a/libavformat/isom.h b/libavformat/isom.h index 48e0bcf9e2..ef3fe1484f 100644 --- a/libavformat/isom.h +++ b/libavformat/isom.h @@ -109,7 +109,7 @@ typedef struct MOVStreamContext { unsigned int keyframe_count; int *keyframes; int time_scale; - int time_offset; ///< time offset of the first edit list entry + int64_t time_offset; ///< time offset of the first edit list entry int current_sample; unsigned int bytes_per_frame; unsigned int samples_per_frame; -- cgit v1.2.3