summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGyan Doshi <gyandoshi@gmail.com>2018-04-09 14:28:06 +0530
committerMichael Niedermayer <michael@niedermayer.cc>2018-04-10 02:36:11 +0200
commit3fbe4a043cbe656301be9d066b3ac9a7034d1fc9 (patch)
tree8eee6bdbbfd1052a84cf010173eb6270eb4c0486 /doc
parent4d1d7263d8ff32e67710b41f24fe485818c87211 (diff)
doc/filters: correct range for length in astats filter
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
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 4438386f64..b78e05a329 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1750,7 +1750,7 @@ It accepts the following option:
@table @option
@item length
Short window length in seconds, used for peak and trough RMS measurement.
-Default is @code{0.05} (50 milliseconds). Allowed range is @code{[0.1 - 10]}.
+Default is @code{0.05} (50 milliseconds). Allowed range is @code{[0.01 - 10]}.
@item metadata