Re: [FFmpeg-devel] [PATCH] avformat/movenc: always write a colr atom

2019-07-16 Thread James Almer
On 7/16/2019 12:41 PM, Dave Rice wrote: > Hi James, > >> On Jul 16, 2019, at 9:47 AM, James Almer wrote: >> >> -{ "write_colr", "Write colr atom (Experimental, may be renamed or >> changed, do not use from scripts)", 0, AV_OPT_TYPE_CONST, {.i64 = >> FF_MOV_FLAG_WRITE_COLR}, INT_MIN, INT_MAX

Re: [FFmpeg-devel] [PATCH] avformat/movenc: always write a colr atom

2019-07-16 Thread Dave Rice
Hi James, > On Jul 16, 2019, at 9:47 AM, James Almer wrote: > > -{ "write_colr", "Write colr atom (Experimental, may be renamed or > changed, do not use from scripts)", 0, AV_OPT_TYPE_CONST, {.i64 = > FF_MOV_FLAG_WRITE_COLR}, INT_MIN, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM, > "movflags" },

[FFmpeg-devel] [PATCH] avformat/movenc: always write a colr atom

2019-07-16 Thread James Almer
It hasn't been experimental for a long time. Closes ticket #7961 Signed-off-by: James Almer --- libavformat/movenc.c | 9 +- libavformat/movenc.h | 1 - tests/fate/mov.mak| 2 +- tests/fate/vcodec.mak