diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-05-29 20:44:41 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-05-30 10:05:19 +0200 |
commit | 327b52412dc63b5b699dc9ff9fb41e49010d643c (patch) | |
tree | 2be78fda64916d60ac2842eac6eef0da4b675c44 /doc | |
parent | 1206a10d9c9f33487b4bfefa0b5805eb4c0669a2 (diff) | |
download | ffmpeg-327b52412dc63b5b699dc9ff9fb41e49010d643c.tar.gz |
avfilter/af_aiir: make it clear that transfer function is digital one
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 5af4797b7e..869090c3f4 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1409,7 +1409,7 @@ Set coefficients format. @table @samp @item tf -transfer function +digital transfer function @item zp Z-plane zeros/poles, cartesian (default) @item pr |