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
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-05-22 13:37:17 +0300
committerPaul B Mahol <onemda@gmail.com>2020-05-22 13:37:17 +0300
commit07a9e5ec5eb239c22ce3324f53cfde209cdfb6d6 (patch)
tree5d1c1664bcfc1a75937eece9c48522e685d636f2 /doc
parentffda57b800866f10a60b6e13f9f31e2564e0b09f (diff)
avfilter/af_aiir: add more descriptive options aliases
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 052f0b97aa..3b444bd143 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1389,13 +1389,13 @@ Apply an arbitrary Infinite Impulse Response filter.
It accepts the following parameters:
@table @option
-@item z
+@item zeros, z
Set numerator/zeros coefficients.
-@item p
+@item poles, p
Set denominator/poles coefficients.
-@item k
+@item gains, k
Set channels gains.
@item dry_gain
@@ -1404,7 +1404,7 @@ Set input gain.
@item wet_gain
Set output gain.
-@item f
+@item format, f
Set coefficients format.
@table @samp
@@ -1418,11 +1418,11 @@ Z-plane zeros/poles, polar radians
Z-plane zeros/poles, polar degrees
@end table
-@item r
+@item process, r
Set kind of processing.
Can be @code{d} - direct or @code{s} - serial cascading. Default is @code{s}.
-@item e
+@item precision, e
Set filtering precision.
@table @samp
@@ -1436,7 +1436,7 @@ single-precision floating-point
16-bit integers
@end table
-@item n
+@item normalize, n
Normalize filter coefficients, by default is enabled.
Enabling it will normalize magnitude response at DC to 0dB.