]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/movenc.h
avformat/avidec: use avpriv_find_start_code in avi_read_packet()
[ffmpeg] / libavformat / movenc.h
index 21d0ee71472d7e9bc574f88d6b1c98ab361aa483..9605155cde317023fb77e91b414dd1e0aa6515b6 100644 (file)
@@ -139,6 +139,8 @@ typedef struct MOVTrack {
     struct {
         int     first_packet_seq;
         int     first_packet_entry;
+        int     first_packet_seen;
+        int     first_frag_written;
         int     packet_seq;
         int     packet_entry;
         int     slices;
@@ -166,6 +168,7 @@ typedef struct MOVMuxContext {
     int iods_video_profile;
     int iods_audio_profile;
 
+    int moov_written;
     int fragments;
     int max_fragment_duration;
     int min_fragment_duration;