summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-12-28 13:27:46 +0100
committerPaul B Mahol <onemda@gmail.com>2019-12-28 14:01:15 +0100
commit2736dc05643944ac7adf729242d14b448c9ebde7 (patch)
tree25449e2015ae23426492d663a13af34f6ec6cc26 /doc
parent29b765d657ac7e3660e2243557339189e5748c51 (diff)
avfilter/vf_vectorscope: rename gray mode to tint mode
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 22f9e36a2d..7c6003ac3d 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -18945,6 +18945,7 @@ Set vectorscope mode.
It accepts the following values:
@table @samp
@item gray
+@item tint
Gray values are displayed on graph, higher brightness means more pixels have
same component color value on location in graph. This is the default mode.
@@ -19048,6 +19049,11 @@ Set what kind of colorspace to use when drawing graticule.
@item 709
@end table
Default is auto.
+
+@item tint0, t0
+@item tint1, t1
+Set color tint for gray/tint vectorscope mode. By default both options are zero.
+This means no tint, and output will remain gray.
@end table
@anchor{vidstabdetect}