summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-11-20 22:27:43 +0100
committerPaul B Mahol <onemda@gmail.com>2019-11-20 22:41:19 +0100
commit7ead0daa24f0ff36fa4dbc80fa458ff9b6edcff2 (patch)
treea99aa168d64a5c4e0eba1aa47aa13ead4df441b7 /doc
parentb6571777d28d59308e622883c9fe7d0765e406a8 (diff)
avfilter/vf_median: add support for commands
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 6f26aeddc0..a30f101e6e 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -12990,6 +12990,13 @@ Allowed range is integer from 0 to 127.
If it is 0, value will be picked from horizontal @code{radius} option.
@end table
+@subsection Commands
+This filter supports same @ref{commands} as options.
+The command accepts the same syntax of the corresponding option.
+
+If the specified expression is not valid, it is kept at its current
+value.
+
@section mergeplanes
Merge color channel components from several video streams.