summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-01-22 17:21:28 +0100
committerPaul B Mahol <onemda@gmail.com>2021-01-22 18:03:12 +0100
commitbb66fd7f906649d599f8f9cc84609001f8992f2f (patch)
tree06278fd83d674a20b148ed2a1aa12e87f61270d6 /doc
parent95183d25e8900e7c7cb507a70616def0f5d1abf3 (diff)
avfilter/vf_estdif: make interpolation used user configurable
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 22cce1ecc2..d75a1f5a78 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -11140,6 +11140,19 @@ Allowed range is from 1 to 15.
@item redge
Specify the search radius for best edge matching. Default value is 2.
Allowed range is from 0 to 15.
+
+@item interp
+Specify the interpolation used. Default is 4-point interpolation. It accepts one
+of the following values:
+
+@table @option
+@item 2p
+Two-point interpolation.
+@item 4p
+Four-point interpolation.
+@item 6p
+Six-point interpolation.
+@end table
@end table
@subsection Commands