]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/movenc.h
nut: fix int32 overflow
[ffmpeg] / libavformat / movenc.h
index da6f19bbe052a5708ad617de0b499feb3130c7f7..b5d066f4d94bc605c83a8333b15d98a094756de2 100644 (file)
@@ -62,13 +62,13 @@ typedef struct HintSample {
     int own_data;
 } HintSample;
 
-typedef struct {
+typedef struct HintSampleQueue {
     int size;
     int len;
     HintSample *samples;
 } HintSampleQueue;
 
-typedef struct {
+typedef struct MOVFragmentInfo {
     int64_t offset;
     int64_t time;
     int64_t duration;
@@ -165,6 +165,8 @@ typedef struct MOVMuxContext {
     int max_fragment_size;
     int ism_lookahead;
     AVIOContext *mdat_buf;
+
+    int use_editlist;
 } MOVMuxContext;
 
 #define FF_MOV_FLAG_RTP_HINT 1