summaryrefslogtreecommitdiff
path: root/libavformat/movenc.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-10-30 02:15:39 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-10-30 02:17:54 +0100
commit647405d1110cb083e96d892646d2d1367946e39a (patch)
tree9d337de694a462f3fa54e657cbf343b1772d0c76 /libavformat/movenc.h
parent32e666c354e4a3160d8cf1d303cb51990b095c87 (diff)
parent573b1de2d7f1db71030f91ecdded7d0bc071f6b6 (diff)
Merge commit '573b1de2d7f1db71030f91ecdded7d0bc071f6b6'
* commit '573b1de2d7f1db71030f91ecdded7d0bc071f6b6': movenc: Don't use track_id to decide which track is the first in a moof Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/movenc.h')
-rw-r--r--libavformat/movenc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/movenc.h b/libavformat/movenc.h
index 4e7db7a476..c9faee6acd 100644
--- a/libavformat/movenc.h
+++ b/libavformat/movenc.h
@@ -171,6 +171,7 @@ typedef struct MOVMuxContext {
int max_fragment_size;
int ism_lookahead;
AVIOContext *mdat_buf;
+ int first_trun;
int use_editlist;
int video_track_timescale;