From d813e43b3da7a92468e3e78f05972408bfd5de67 Mon Sep 17 00:00:00 2001 From: Steven Liu Date: Tue, 21 Apr 2020 22:54:39 +0800 Subject: avfilter/vf_v360: adjustment out_pad and in_pad maximum value to 1/10 Because not every user know about in_pad and out_pad reasonable value range so maybe try to set 1.0, but setting 1.0 is so hugh to get an fatal error. Suggested-by: Paul B Mahol Signed-off-by: Steven Liu --- doc/filters.texi | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/filters.texi b/doc/filters.texi index 71a6787289..ce200aa314 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -18956,6 +18956,7 @@ No padding. @end table Default value is @b{@samp{0}}. +Maximum value is @b{@samp{0.1}}. @item fin_pad @item fout_pad -- cgit v1.2.3