summaryrefslogtreecommitdiff
path: root/libavformat/isom.h
diff options
context:
space:
mode:
authorYusuke Nakamura <muken.the.vfrmaniac@gmail.com>2011-05-12 05:28:27 +0900
committerDiego Biurrun <diego@biurrun.de>2011-05-12 15:52:25 +0200
commit5f0bb0baefd506d684adfa1ad4259c65973b455e (patch)
tree5e0d2037aef00e17bab91f996c1a3421e9a10d10 /libavformat/isom.h
parentced9556b6189de67dd740f5231c6f1807f3e3704 (diff)
mov: Support edit list atom version 1.
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavformat/isom.h')
-rw-r--r--libavformat/isom.h2
1 files changed, 1 insertions, 1 deletions
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;