summaryrefslogtreecommitdiff
path: root/libavformat/movenc.h
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@stupeflix.com>2016-06-23 22:02:31 +0200
committerMatthieu Bouron <matthieu.bouron@stupeflix.com>2016-06-23 22:02:31 +0200
commitb1e1da52fe2e7320363fdaa0cdd276847e25bf53 (patch)
tree626b8c306915e23a0daefb3e39f64beccd70675a /libavformat/movenc.h
parent388f0957660027418ef931adaf21346e19ec2b67 (diff)
parente1eb0fc960163402bbb4e630185790488f7d28ed (diff)
Merge commit 'e1eb0fc960163402bbb4e630185790488f7d28ed'
* commit 'e1eb0fc960163402bbb4e630185790488f7d28ed': movenc: Use packets in interleaving queues for the duration at the end of fragments Merged-by: Matthieu Bouron <matthieu.bouron@stupeflix.com>
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 1090085a5a..c4fded89bb 100644
--- a/libavformat/movenc.h
+++ b/libavformat/movenc.h
@@ -115,6 +115,7 @@ typedef struct MOVTrack {
int64_t start_dts;
int64_t start_cts;
int64_t end_pts;
+ int end_reliable;
int hint_track; ///< the track that hints this track, -1 if no hint track is set
int src_track; ///< the track that this hint (or tmcd) track describes