diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-05-23 17:54:54 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-05-30 09:57:04 +0200 |
commit | 1206a10d9c9f33487b4bfefa0b5805eb4c0669a2 (patch) | |
tree | 725b96668b7c8f7a7e76229cee51e008003173b6 /doc | |
parent | f3068be15b361698429ac205ebc728398b4a3cbb (diff) | |
download | ffmpeg-1206a10d9c9f33487b4bfefa0b5805eb4c0669a2.tar.gz |
avfilter/af_biquads: implement 1st order allpass
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 85a511b205..5af4797b7e 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1568,6 +1568,9 @@ Specify which channels to filter, by default all available are filtered. @item normalize, n Normalize biquad coefficients, by default is disabled. Enabling it will normalize magnitude response at DC to 0dB. + +@item order, o +Set the filter order, can be 1 or 2. Default is 2. @end table @subsection Commands |