diff options
author | Paul B Mahol <onemda@gmail.com> | 2023-07-09 20:06:46 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2023-07-09 20:53:54 +0200 |
commit | aee8689ba5700c0335fbc020910eab0f13009086 (patch) | |
tree | cd837ffd85ab203ccaa8c7886bef2d2aa42010f0 /doc | |
parent | 7f23b72dde9db1a6867e9897b786fba064fe685d (diff) | |
download | ffmpeg-aee8689ba5700c0335fbc020910eab0f13009086.tar.gz |
avfilter/avf_showcwt: add cbrt 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 ab90f2a876..1a07e03bad 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -30710,6 +30710,7 @@ Set the frequency scale used. Allowed values are: @item mel @item erbs @item sqrt +@item cbrt @end table Default value is @code{linear}. |