summaryrefslogtreecommitdiff
path: root/libavformat/movenc.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-11-07 23:59:57 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-11-08 00:22:42 +0100
commit2893d1b36d17f4a244ce84311b0ace541c7e1593 (patch)
treef1d9b10bac2a67fe30f5d0bbde61192415a93bd0 /libavformat/movenc.h
parent0d71e825dbb36a61c47a9f7847fa240700791430 (diff)
parent1d8a0c1b43e58332a3a15c67d4adc161713cade8 (diff)
Merge commit '1d8a0c1b43e58332a3a15c67d4adc161713cade8'
* commit '1d8a0c1b43e58332a3a15c67d4adc161713cade8': movenc: Allow to request not to use edit lists Conflicts: libavformat/movenc.c See: 537ef8bebf8a35aab448db6ec876e275a10f0f15 Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/movenc.h')
-rw-r--r--libavformat/movenc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavformat/movenc.h b/libavformat/movenc.h
index 8490a4253d..89230ac231 100644
--- a/libavformat/movenc.h
+++ b/libavformat/movenc.h
@@ -173,7 +173,6 @@ typedef struct MOVMuxContext {
AVIOContext *mdat_buf;
int first_trun;
- int use_editlist;
int video_track_timescale;
int reserved_moov_size; ///< 0 for disabled, -1 for automatic, size otherwise
@@ -183,6 +182,8 @@ typedef struct MOVMuxContext {
int per_stream_grouping;
AVFormatContext *fc;
+
+ int use_editlist;
} MOVMuxContext;
#define FF_MOV_FLAG_RTP_HINT (1 << 0)