]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/isom.h
Merge commit '11c5f438ff83da5040e85bfa6299f56b321d32ef'
[ffmpeg] / libavformat / isom.h
index aee9d6e8c79191320d3e766432c36e48da0b447f..6e921c04a0950fb93fd7499a42cc9fd6584a121d 100644 (file)
@@ -103,6 +103,7 @@ typedef struct MOVSbgp {
 typedef struct MOVFragmentIndexItem {
     int64_t moof_offset;
     int64_t time;
+    int headers_read;
 } MOVFragmentIndexItem;
 
 typedef struct MOVFragmentIndex {
@@ -197,6 +198,7 @@ typedef struct MOVContext {
     int has_looked_for_mfra;
     MOVFragmentIndex** fragment_index_data;
     unsigned fragment_index_count;
+    int fragment_index_complete;
     int atom_depth;
     unsigned int aax_mode;  ///< 'aax' file has been detected
     uint8_t file_key[20];