]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/movenc.h
avfitler/vf_perspective: support slice threading
[ffmpeg] / libavformat / movenc.h
index 6ebe2654477f921701375ed823fbaf9dac8cdf9f..9ce4a86b9bbe79a334a7eb566e33b190f9917672 100644 (file)
@@ -179,6 +179,7 @@ typedef struct MOVMuxContext {
     char *major_brand;
 
     int per_stream_grouping;
+    AVFormatContext *fc;
 } MOVMuxContext;
 
 #define FF_MOV_FLAG_RTP_HINT 1
@@ -190,6 +191,7 @@ typedef struct MOVMuxContext {
 #define FF_MOV_FLAG_ISML 64
 #define FF_MOV_FLAG_FASTSTART 128
 #define FF_MOV_FLAG_OMIT_TFHD_OFFSET 256
+#define FF_MOV_FLAG_DISABLE_CHPL 512
 
 int ff_mov_write_packet(AVFormatContext *s, AVPacket *pkt);