summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-08-21 21:44:18 +0200
committerPaul B Mahol <onemda@gmail.com>2021-08-21 22:05:08 +0200
commit5b258c27702c3a58b9be2b23b074ad4c4355bdac (patch)
treea46caf75d0111290ced54b4654e785f339920d8a /doc
parent99ccad843f51e2fc16a8dada225a14928bd46fa6 (diff)
avfilter/af_astats: remove invalid 5x factor in window size calculation
Also allow smaller window sizes, and change histogram for noise floor calculation to uint64_t type.
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 a5752c4d6e..c84202cf85 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -2647,7 +2647,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.01 - 10]}.
+Default is @code{0.05} (50 milliseconds). Allowed range is @code{[0 - 10]}.
@item metadata