diff options
author | Paul B Mahol <onemda@gmail.com> | 2023-07-09 20:50:04 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2023-07-09 20:53:55 +0200 |
commit | fcbee7efdfb55a25d573669114b5a968a72deb9f (patch) | |
tree | 2bc8ab9db8c1bbb003090252ad9cc237c6711c8c /doc | |
parent | aee8689ba5700c0335fbc020910eab0f13009086 (diff) | |
download | ffmpeg-fcbee7efdfb55a25d573669114b5a968a72deb9f.tar.gz |
avfilter/avf_showcwt: add qdrt frequency scale
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 1a07e03bad..a8e0dbde15 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -30711,6 +30711,7 @@ Set the frequency scale used. Allowed values are: @item erbs @item sqrt @item cbrt +@item qdrt @end table Default value is @code{linear}. |