diff options
author | Thomas Mundt <loudmax-at-yahoo.de@ffmpeg.org> | 2016-03-25 23:31:36 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-06-05 19:46:38 +0200 |
commit | a0a4a4b370101f3e8f07bf62a742f3e460883c0e (patch) | |
tree | ea6afee3b09fac5bb3e858ea162e5fbac3095822 /doc | |
parent | 2e395bbccffed726bd73e841740f767218f791bc (diff) | |
download | ffmpeg-a0a4a4b370101f3e8f07bf62a742f3e460883c0e.tar.gz |
avfilter/vf_colormatrix: add bt.2020 colorspace
Signed-off-by: Thomas Mundt <loudmax@yahoo.de>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index ba3f2b378c..707fb0476a 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -5025,6 +5025,9 @@ SMPTE-240M @item fcc FCC + +@item bt2020 +BT.2020 @end table @end table |