summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-02-09 11:23:19 +0100
committerPaul B Mahol <onemda@gmail.com>2021-02-09 11:24:31 +0100
commitca042675eebe2c29f052eb2fa07db15fd702a943 (patch)
treecb73b3a3530e96c5f65cf44d394fe38ccf6201d3 /doc
parent8e027ca81760bb94c7404d0d9c0e0ca82f5a9107 (diff)
avfilter/vf_maskfun: add support for commands
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 891e8c4544..0db014c922 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -14403,6 +14403,10 @@ average, output frame will be completely filled with value set by @var{fill} opt
Typically useful for scene changes when used in combination with @code{tblend} filter.
@end table
+@subsection Commands
+
+This filter supports the all above options as @ref{commands}.
+
@section mcdeint
Apply motion-compensation deinterlacing.