From 3ebf449766d4b69a7774c4990fb24fe71c848a3e Mon Sep 17 00:00:00 2001 From: Michael Bradshaw Date: Mon, 13 Apr 2020 10:08:43 -0600 Subject: avformat/movenc: remove the write_clli mov flag The clli atom is expected to be standardized soon. See http://ffmpeg.org/pipermail/ffmpeg-devel/2020-April/259529.html We now write the clli atom by default. Signed-off-by: Michael Bradshaw --- libavformat/movenc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/movenc.h') diff --git a/libavformat/movenc.h b/libavformat/movenc.h index a7a0841f55..997b2d61c0 100644 --- a/libavformat/movenc.h +++ b/libavformat/movenc.h @@ -261,7 +261,6 @@ typedef struct MOVMuxContext { #define FF_MOV_FLAG_SKIP_SIDX (1 << 21) #define FF_MOV_FLAG_CMAF (1 << 22) #define FF_MOV_FLAG_PREFER_ICC (1 << 23) -#define FF_MOV_FLAG_WRITE_CLLI (1 << 24) int ff_mov_write_packet(AVFormatContext *s, AVPacket *pkt); -- cgit v1.2.3