diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-05-22 12:37:17 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-05-22 12:37:17 +0200 |
commit | 07a9e5ec5eb239c22ce3324f53cfde209cdfb6d6 (patch) | |
tree | 5d1c1664bcfc1a75937eece9c48522e685d636f2 /doc/filters.texi | |
parent | ffda57b800866f10a60b6e13f9f31e2564e0b09f (diff) | |
download | ffmpeg-07a9e5ec5eb239c22ce3324f53cfde209cdfb6d6.tar.gz |
avfilter/af_aiir: add more descriptive options aliases
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 14 |
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. |