Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-11-10 12:19:27 +0300
committerPaul B Mahol <onemda@gmail.com>2021-11-11 23:54:40 +0300
commitaebdffb9c5d67171a53be16dbf6649f5f02fb225 (patch)
tree784e135425efe5c4ec7cf7312137a59749c4678d /doc
parent946493eb3e072b499909f606625480c928834a44 (diff)
avfilter/vf_estdif: allow to change two more options
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 5ebfc11237..06aa3594d5 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -11711,6 +11711,14 @@ Allowed range is from 1 to 15.
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.
+
+@item mcost
+Specify the middle cost for edge matching. Default value is 0.5.
+Allowed range is from 0 to 1.
+
@item dcost
Specify the distance cost for edge matching. Default value is 0.5.
Allowed range is from 0 to 1.