]> git.sesse.net Git - ffmpeg/commit
vf_colorspace: Added linear trc.
authorAndrew Klaassen <clawsoon-at-yahoo.com@ffmpeg.org>
Thu, 24 Sep 2020 19:00:52 +0000 (15:00 -0400)
committerRonald S. Bultje <rsbultje@gmail.com>
Sun, 27 Sep 2020 13:14:46 +0000 (09:14 -0400)
commita6e72fb46d0601d0fcf44c93c32dd472599b5984
tree778bad1641dfb85fcd3e38a711f2f47f1dad03b3
parenta3a6b56200e2899769175291837a178f20e1e95a
vf_colorspace: Added linear trc.

This patch adds the coefficients for the linear gamma function (1,0,1,0)
to the colorspace filter.

Signed-off-by: Andrew Klaassen <clawsoon@yahoo.com>
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
libavfilter/vf_colorspace.c