summaryrefslogtreecommitdiff
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2022-06-21 17:13:59 +0200
committerPaul B Mahol <onemda@gmail.com>2022-06-21 18:10:39 +0200
commitaa1babc59a0d6f632621f6f0b4d09b28599aa5ea (patch)
tree2c3d6843cd5f9dfde0a669009d2d3096e1189205 /doc/filters.texi
parent69364a06c65d3437e8158cdffd98c2f6d1b84dd2 (diff)
avfilter/vf_estdif: tweak ecost option
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 5abab5de18..e525e87b3c 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -12376,8 +12376,8 @@ 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 0.03125.
-Allowed range is from 0 to 1.
+Specify the edge cost for edge matching. Default value is 1.0.
+Allowed range is from 0 to 9.
@item mcost
Specify the middle cost for edge matching. Default value is 0.5.