From 2c10f054c2bcd4500ef7f2c88257c5df8933ef3c Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Tue, 5 Sep 2017 11:43:49 +0200 Subject: avfilter/avf_avectorscope: add possibility to auto zoom Signed-off-by: Paul B Mahol --- doc/filters.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') 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. -- cgit v1.2.3