summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-03-01 16:38:59 +0100
committerPaul B Mahol <onemda@gmail.com>2019-03-01 16:38:59 +0100
commit007c13e51e737ceb7bc05f2e5eef4ef1e1aded7b (patch)
treee8be593a5d6a0dca22cece9fa898bf4da82e15d9 /doc
parent85051febc62e396cbe46c55d674fa809c890d3f9 (diff)
avfilter/af_anlmdn: add output mode option
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index ba9858abce..4bf96b6d90 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1773,6 +1773,23 @@ Default value is 2 milliseconds.
@item r
Set research radius duration. Allowed range is from 2 to 300 milliseconds.
Default value is 6 milliseconds.
+
+@item o
+Set the output mode.
+
+It accepts the following values:
+@table @option
+@item i
+Pass input unchanged.
+
+@item o
+Pass noise filtered out.
+
+@item n
+Pass only noise.
+
+Default value is @var{o}.
+@end table
@end table
@section anull