diff options
author | Paul B Mahol <onemda@gmail.com> | 2018-10-20 22:38:52 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2018-10-21 12:47:07 +0200 |
commit | 0939c33b54dbb91328e73c5c0828b15398fef05e (patch) | |
tree | edd3cb464544a47b8ef26f6008e4760bf333b70b /doc | |
parent | 9e21ba3dc3402fbe9d915f16c9f6eaf57d564b30 (diff) | |
download | ffmpeg-0939c33b54dbb91328e73c5c0828b15398fef05e.tar.gz |
avfilter/af_afir: calculate group delay too
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 54b85c4bb9..a2dee4a39b 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1205,7 +1205,7 @@ Set max allowed Impulse Response filter duration in seconds. Default is 30 secon Allowed range is 0.1 to 60 seconds. @item response -Show IR frequency reponse, magnitude and phase in additional video stream. +Show IR frequency reponse, magnitude(magenta) and phase(green) and group delay(yellow) in additional video stream. By default it is disabled. @item channel |