summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2023-05-09 09:40:00 +0200
committerPaul B Mahol <onemda@gmail.com>2023-05-09 12:12:46 +0200
commit16a86b443dba748ccbe174b9895a21fc8378889c (patch)
tree64c6170bad23ba65592ddb5494bb725729aaa6b3 /doc
parent54353ce88eb5594c480d87888904d9ae8f39355d (diff)
downloadffmpeg-16a86b443dba748ccbe174b9895a21fc8378889c.tar.gz
avfilter/vf_estdif: remove float usage
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi12
1 files changed, 6 insertions, 6 deletions
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