From 16a86b443dba748ccbe174b9895a21fc8378889c Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Tue, 9 May 2023 09:40:00 +0200 Subject: avfilter/vf_estdif: remove float usage --- doc/filters.texi | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/filters.texi b/doc/filters.texi index d2f0eab619..9fae135ec4 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -13069,16 +13069,16 @@ Specify the search radius for best edge matching. Default value is 2. Allowed range is from 0 to 15. @item ecost -Specify the edge cost for edge matching. Default value is 1.0. -Allowed range is from 0 to 9. +Specify the edge cost for edge matching. Default value is 2. +Allowed range is from 0 to 50. @item mcost -Specify the middle cost for edge matching. Default value is 0.5. -Allowed range is from 0 to 1. +Specify the middle cost for edge matching. Default value is 1. +Allowed range is from 0 to 50. @item dcost -Specify the distance cost for edge matching. Default value is 0.5. -Allowed range is from 0 to 1. +Specify the distance cost for edge matching. Default value is 1. +Allowed range is from 0 to 50. @item interp Specify the interpolation used. Default is 4-point interpolation. It accepts one -- cgit v1.2.1