X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fisom.h;h=6e921c04a0950fb93fd7499a42cc9fd6584a121d;hb=b994788353ec39677d9f751da5cf754ef6247773;hp=aee9d6e8c79191320d3e766432c36e48da0b447f;hpb=52ce8b7b31773f5dd749184445189ecd0cbca24d;p=ffmpeg diff --git a/libavformat/isom.h b/libavformat/isom.h index aee9d6e8c79..6e921c04a09 100644 --- a/libavformat/isom.h +++ b/libavformat/isom.h @@ -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];