X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmovenc.h;h=72427d8cfd51be6dd220ca9560e2af098b1003e8;hb=7427d1ca4ab202def24fc3cefc4401a351d7248c;hp=830bf377ea3a768531ea8724dc745775eb9cf19d;hpb=3245c8b669018c43ad4bc18cb1720cb757526b85;p=ffmpeg diff --git a/libavformat/movenc.h b/libavformat/movenc.h index 830bf377ea3..72427d8cfd5 100644 --- a/libavformat/movenc.h +++ b/libavformat/movenc.h @@ -80,6 +80,7 @@ typedef struct MOVIndex { unsigned timescale; uint64_t time; int64_t track_duration; + int last_sample_is_subtitle_end; long sample_count; long sample_size; long chunkCount; @@ -142,6 +143,7 @@ typedef struct MOVMuxContext { int mode; int64_t time; int nb_streams; + int nb_meta_tmcd; ///< number of new created tmcd track based on metadata (aka not data copy) int chapter_track; ///< qt chapter track number int64_t mdat_pos; uint64_t mdat_size;