summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-12-19 20:41:51 +0100
committerPaul B Mahol <onemda@gmail.com>2020-12-19 20:46:00 +0100
commit64e572db46a2dd44517140b6e85ece989b08d575 (patch)
tree355496fa571ef5d3d60f8398114289a4c852d707 /doc
parent4fcfecdd66cb21a0d1aee26abb02eb3057172e9f (diff)
avfilter/vf_maskedminmax: add support for commands
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 7ab583accc..edb1757974 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -13991,6 +13991,10 @@ copied from first stream.
By default value 0xf, all planes will be processed.
@end table
+@subsection Commands
+
+This filter supports the all above options as @ref{commands}.
+
@section maskedmerge
Merge the first input stream with the second input stream using per pixel
@@ -14026,6 +14030,10 @@ copied from first stream.
By default value 0xf, all planes will be processed.
@end table
+@subsection Commands
+
+This filter supports the all above options as @ref{commands}.
+
@section maskedthreshold
Pick pixels comparing absolute difference of two video streams with fixed
threshold.