diff options
author | Paul B Mahol <onemda@gmail.com> | 2018-01-10 20:32:22 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2018-01-10 20:32:22 +0100 |
commit | 6cc44c058396c51a52e868c4293692b43047e8f4 (patch) | |
tree | 1f8531fbe0ffd622c5ce45d216e3982d8b4e986b /doc | |
parent | de8a1d8d4d0bbcb4c8500965ea8611bf754c4321 (diff) | |
download | ffmpeg-6cc44c058396c51a52e868c4293692b43047e8f4.tar.gz |
doc/filters: fix error in aiir options names
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 618eb28e28..bd93e0ab84 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1090,9 +1090,9 @@ Set coefficients format. transfer function @item zp Z-plane zeros/poles, cartesian (default) -@item zpr +@item pr Z-plane zeros/poles, polar radians -@item zpd +@item pd Z-plane zeros/poles, polar degrees @end table |