summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-08-07 16:44:19 +0200
committerPaul B Mahol <onemda@gmail.com>2015-08-07 16:44:19 +0200
commit2bdd026b264ebd8a09399277aefca66715630617 (patch)
treec9ad609ac2d75e051a361abccaf40e7b9e1ab422 /doc
parent8015150f43875531f05e31ac5021ea676fb20e40 (diff)
avfilter/avf_avectorscope: stop making output fully transparent
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index f0b896bf5e..148dce3d86 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -11696,13 +11696,17 @@ Set the output frame rate. Default value is @code{25}.
@item rc
@item gc
@item bc
-Specify the red, green and blue contrast. Default values are @code{40}, @code{160} and @code{80}.
+@item ac
+Specify the red, green, blue and alpha contrast. Default values are @code{40},
+@code{160}, @code{80} and @code{255}.
Allowed range is @code{[0, 255]}.
@item rf
@item gf
@item bf
-Specify the red, green and blue fade. Default values are @code{15}, @code{10} and @code{5}.
+@item af
+Specify the red, green, blue and alpha fade. Default values are @code{15},
+@code{10}, @code{5} and @code{5}.
Allowed range is @code{[0, 255]}.
@item zoom