[FFmpeg-cvslog] doc/filters: correct range for length in astats filter

Gyan Doshi git at videolan.org
Tue Apr 10 03:37:23 EEST 2018


ffmpeg | branch: master | Gyan Doshi <gyandoshi at gmail.com> | Mon Apr  9 14:46:06 2018 +0530| [3fbe4a043cbe656301be9d066b3ac9a7034d1fc9] | committer: Michael Niedermayer

doc/filters: correct range for length in astats filter

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3fbe4a043cbe656301be9d066b3ac9a7034d1fc9
---

 doc/filters.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 



More information about the ffmpeg-cvslog mailing list