From aebdffb9c5d67171a53be16dbf6649f5f02fb225 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Wed, 10 Nov 2021 10:19:27 +0100 Subject: avfilter/vf_estdif: allow to change two more options --- doc/filters.texi | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc') 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. -- cgit v1.2.3