doc/filters: correct range for length in astats filter

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Gyan Doshi 2018-04-09 14:28:06 +05:30 committed by Michael Niedermayer
parent 4d1d7263d8
commit 3fbe4a043c

View File

@ -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