]> git.sesse.net Git - ffmpeg/commit
avformat/movenc: add ICC profile support to colr atom
authorvectronic <hello.vectronic@gmail.com>
Mon, 23 Sep 2019 20:43:06 +0000 (21:43 +0100)
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>
Tue, 10 Mar 2020 15:11:47 +0000 (15:11 +0000)
commitdc1c3c640d245bc3e7a7a4c82ae1a6d06343abab
treee84e36f659f6c54073bcd5a678bfc0911d7fe3f0
parent99e34098730c5e222f782a6a3ed3bbc7b276950b
avformat/movenc: add ICC profile support to colr atom

If 'write_colr' movflag is set, then movflag 'prefer_icc' can
be used to first look for an AV_PKT_DATA_ICC_PROFILE entry to
encode.

If ICC profile doesn't exist, default behaviour enabled by
'write_colr' occurs.

Signed-off-by: vectronic <hello.vectronic@gmail.com>
libavformat/movenc.c
libavformat/movenc.h