summaryrefslogtreecommitdiff
path: root/libavformat/movenc.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-12-19 02:56:45 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-12-19 02:58:16 +0100
commitc8e05c438f78ac5fee40f260a7f822f5a81b44e0 (patch)
tree3ad8c0a71688464c3f472add6dc4486d75a8b7c2 /libavformat/movenc.h
parent7ef515cda5fdfa5800a9336a128bff1f1b85edea (diff)
parent59f0275dd0a42a7f90271a83a78e9ca5e69ff5b0 (diff)
Merge commit '59f0275dd0a42a7f90271a83a78e9ca5e69ff5b0'
* commit '59f0275dd0a42a7f90271a83a78e9ca5e69ff5b0': movenc: Adjust the pts of new fragments similarly to what is done for dts 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 4cf6e3b6d9..72ae6c9584 100644
--- a/libavformat/movenc.h
+++ b/libavformat/movenc.h
@@ -112,6 +112,7 @@ typedef struct MOVTrack {
uint32_t tref_tag;
int tref_id; ///< trackID of the referenced track
int64_t start_dts;
+ int64_t start_cts;
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