X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmovenc.h;h=4c4f3cdfc3f8514cebeb2e79946406f56dca24f1;hb=65d7d46f717c1d5731a172772c0f16a4b272ab32;hp=1f7a9d7abda8e00208214ad4d9045c91c70b0666;hpb=985bc8b49683761e5014a22146d4346c951680ad;p=ffmpeg diff --git a/libavformat/movenc.h b/libavformat/movenc.h index 1f7a9d7abda..4c4f3cdfc3f 100644 --- a/libavformat/movenc.h +++ b/libavformat/movenc.h @@ -240,6 +240,7 @@ typedef struct MOVMuxContext { #define FF_MOV_FLAG_WRITE_COLR (1 << 15) #define FF_MOV_FLAG_WRITE_GAMA (1 << 16) #define FF_MOV_FLAG_USE_MDTA (1 << 17) +#define FF_MOV_FLAG_SKIP_TRAILER (1 << 18) int ff_mov_write_packet(AVFormatContext *s, AVPacket *pkt);