aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2023-05-26 14:10:38 +0200
committerPaul B Mahol <onemda@gmail.com>2023-05-27 00:34:37 +0200
commit5a13b133f8effe2a2bac07b17f591d8ca7f6c1de (patch)
tree4566d6141fadb23db355c99de8d1786b3d73aa8f /doc
parent68d0b881dea35960275fb168030ae1f19dcf1a0f (diff)
downloadffmpeg-5a13b133f8effe2a2bac07b17f591d8ca7f6c1de.tar.gz
avfilter/af_silenceremove: add median silence detector
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 6f15b54d10..ea42c127da 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -6461,7 +6461,7 @@ With @var{all}, only if all channels are detected as non-silence will cause
stopped trimming of silence.
@item detection
-Set how is silence detected. Can be @code{avg}, @code{rms} or @code{peak}.
+Set how is silence detected. Can be @code{avg}, @code{rms}, @code{median} or @code{peak}.
Default value is @code{rms}.
@item window