]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/movenc.h
Merge commit '430a8168594b3cb29f44141d4da88f2c642de06f'
[ffmpeg] / libavformat / movenc.h
index 4cf6e3b6d9a3e193bebf954415872f4d0b202bd8..72ae6c9584fba3f83a259f3ab621f4122d88ff71 100644 (file)
@@ -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