diff options
author | Michael Bradshaw <mjbshaw@google.com> | 2020-04-13 10:08:43 -0600 |
---|---|---|
committer | Michael Bradshaw <mjbshaw@google.com> | 2020-04-13 10:37:45 -0600 |
commit | 3ebf449766d4b69a7774c4990fb24fe71c848a3e (patch) | |
tree | 3855840e221c3393fcdfa4453ba410ae9bbd53e8 /libavformat/movenc.h | |
parent | 9842fd3aaf18cd8bda82e03f099a6cea7234bbcf (diff) | |
download | ffmpeg-3ebf449766d4b69a7774c4990fb24fe71c848a3e.tar.gz |
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 <mjbshaw@google.com>
Diffstat (limited to 'libavformat/movenc.h')
-rw-r--r-- | libavformat/movenc.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); |