]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/isom.h
avformat/hls: clean up duplicate option fields
[ffmpeg] / libavformat / isom.h
index 65676fb0f55f77d9d684c7d66464a9eb605fb0d4..4da34142f06697d26b78c06784a6fbedd8d12051 100644 (file)
@@ -168,6 +168,7 @@ typedef struct MOVStreamContext {
     int *keyframes;
     int time_scale;
     int64_t time_offset;  ///< time offset of the edit list entries
+    int64_t min_corrected_pts;  ///< minimum Composition time shown by the edits excluding empty edits.
     int current_sample;
     int64_t current_index;
     MOVIndexRange* index_ranges;