diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-10-02 05:28:27 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-10-02 14:18:46 +0200 |
commit | f7f5370b4b413c05f6ed848bffb85d28c5f44b9c (patch) | |
tree | ed2fe1b571366103cc9e2450884194ffc4ffd7de /libavformat/isom.h | |
parent | e97e0eff84cbe1698c033823098ed7dc1c520157 (diff) | |
download | ffmpeg-f7f5370b4b413c05f6ed848bffb85d28c5f44b9c.tar.gz |
mov: add option to ignore edit lists.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/isom.h')
-rw-r--r-- | libavformat/isom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/isom.h b/libavformat/isom.h index 06bfbd0776..370ba43a25 100644 --- a/libavformat/isom.h +++ b/libavformat/isom.h @@ -161,6 +161,7 @@ typedef struct MOVContext { int itunes_metadata; ///< metadata are itunes style int chapter_track; int use_absolute_path; + int ignore_editlist; int64_t next_root_atom; ///< offset of the next root atom } MOVContext; |