Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-04-22 12:47:04 +0300
committerPaul B Mahol <onemda@gmail.com>2019-04-26 13:14:10 +0300
commit1e01f66822a0931b8182a0184b0335b18a129876 (patch)
treee7ac382e10916e300ebf86fdff328cc68265890c /doc/filters.texi
parent0fc464631aafa2741e97ce00fc8f81378fcf441a (diff)
avfilter/af_astats: count number of NaNs/Infs/denormals for floating-point audio too
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index e9cbcccd7d..cf2799b5e3 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -2141,6 +2141,9 @@ Bit_depth
Dynamic_range
Zero_crossings
Zero_crossings_rate
+Number_of_NaNs
+Number_of_Infs
+Number_of_denormals
and for Overall:
DC_offset
@@ -2158,6 +2161,9 @@ Flat_factor
Peak_count
Bit_depth
Number_of_samples
+Number_of_NaNs
+Number_of_Infs
+Number_of_denormals
For example full key look like this @code{lavfi.astats.1.DC_offset} or
this @code{lavfi.astats.Overall.Peak_count}.