summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2017-09-05 11:43:49 +0200
committerPaul B Mahol <onemda@gmail.com>2017-09-05 11:43:49 +0200
commit2c10f054c2bcd4500ef7f2c88257c5df8933ef3c (patch)
tree5a01bffaeb5b312becebd3d251521f1d722c958b /doc
parent6faa1275a2e163471e0cd16526713955d3500aa2 (diff)
avfilter/avf_avectorscope: add possibility to auto zoom
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 862290550d..9ca24b3c8e 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -17044,7 +17044,8 @@ Specify the red, green, blue and alpha fade. Default values are @code{15},
Allowed range is @code{[0, 255]}.
@item zoom
-Set the zoom factor. Default value is @code{1}. Allowed range is @code{[1, 10]}.
+Set the zoom factor. Default value is @code{1}. Allowed range is @code{[0, 10]}.
+Values lower than @var{1} will auto adjust zoom factor to maximal possible value.
@item draw
Set the vectorscope drawing mode.