summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLimin Wang <lance.lmwang@gmail.com>2021-12-10 18:15:46 +0800
committerLimin Wang <lance.lmwang@gmail.com>2021-12-14 22:36:50 +0800
commit571e8ca2ddb90a05e0e0091110f8aeed78620edd (patch)
tree44887e354d8f82eda9cb3b32bfbfb86c3dc1cfab /doc
parent2f28f6c4b9bd31f0928cbbabae9a2ae41582b1e6 (diff)
avfilter/af_astats: improve options descriptions
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index cffec8168c..da95688c53 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -2962,16 +2962,17 @@ this @code{lavfi.astats.Overall.Peak_count}.
For description what each key means read below.
@item reset
-Set number of frame after which stats are going to be recalculated.
+Set the number of frames over which cumulative stats are calculated before
+being reset
Default is disabled.
@item measure_perchannel
-Select the entries which need to be measured per channel. The metadata keys can
+Select the parameters which are measured per channel. The metadata keys can
be used as flags, default is @option{all} which measures everything.
@option{none} disables all per channel measurement.
@item measure_overall
-Select the entries which need to be measured overall. The metadata keys can
+Select the parameters which are measured overall. The metadata keys can
be used as flags, default is @option{all} which measures everything.
@option{none} disables all overall measurement.