From 7b6f4191763a5ffde02fa198101aabc3ddb5bf61 Mon Sep 17 00:00:00 2001 From: Kevin Wheatley Date: Mon, 26 Jan 2015 16:39:24 +0100 Subject: avformat/movenc: Add simplistic 'colr' tag writing support to mov container Signed-off-by: Michael Niedermayer --- libavformat/movenc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/movenc.h') diff --git a/libavformat/movenc.h b/libavformat/movenc.h index 79027e69f3..3a729374da 100644 --- a/libavformat/movenc.h +++ b/libavformat/movenc.h @@ -201,6 +201,7 @@ typedef struct MOVMuxContext { #define FF_MOV_FLAG_DASH (1 << 11) #define FF_MOV_FLAG_FRAG_DISCONT (1 << 12) #define FF_MOV_FLAG_DELAY_MOOV (1 << 13) +#define FF_MOV_FLAG_WRITE_COLR (1 << 14) int ff_mov_write_packet(AVFormatContext *s, AVPacket *pkt); -- cgit v1.2.3