diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-01-02 18:10:03 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-01-02 18:53:09 +0100 |
commit | af018d802d5f16ead8ce86b56e2316f0979e0105 (patch) | |
tree | 0258f6a2ebd14fa723343ef0ee54d61890e2df68 /doc | |
parent | 2b172cb6256f95c1fc4d44250b6d9d663050c86d (diff) | |
download | ffmpeg-af018d802d5f16ead8ce86b56e2316f0979e0105.tar.gz |
avfilter/avf_showspectrum: add 4th and 5th root scaler
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 2f80f6e5a9..35a0e71160 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -14640,6 +14640,10 @@ linear square root, default @item cbrt cubic root +@item 4thrt +4th root +@item 5thrt +5th root @item log logarithmic @end table @@ -14764,6 +14768,10 @@ linear square root, default @item cbrt cubic root +@item 4thrt +4th root +@item 5thrt +5th root @item log logarithmic @end table |