]> git.sesse.net Git - ffmpeg/commit
avformat/movenc: Add support for more colorspaces
authorSteven Robertson <steven@strobe.cc>
Thu, 14 Dec 2017 19:52:45 +0000 (11:52 -0800)
committerMichael Niedermayer <michael@niedermayer.cc>
Thu, 14 Dec 2017 23:08:56 +0000 (00:08 +0100)
commit2d131fc31bcd3a6cd0ddee689d1e4fc9741dc32e
treeda680dc816777be83f996ec27c1523b4abdf2cc1
parent5e03eea673a9da2253ed15152e46b1422b35d145
avformat/movenc: Add support for more colorspaces

With FCPX 10.4, Apple has expanded the set of colorspace, primaries,
and trc flags officially supported in QuickTime files. The expanded set
matches the codepoints used in ffmpeg and many other specs.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/movenc.c