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" },