diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-11-18 11:10:39 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-11-18 11:36:53 +0100 |
commit | e3081d6f4f36adc3d06b88a3c43ca6f18ab674c8 (patch) | |
tree | 031c36fe7869819ba2ebfc9809712ef7833a08e1 /doc | |
parent | 284560baa7122379857c0952fbacbb77952cfa94 (diff) | |
download | ffmpeg-e3081d6f4f36adc3d06b88a3c43ca6f18ab674c8.tar.gz |
avfilter/af_afade: add sinc curve types
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 15e4873dcf..375a82a9b2 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1012,6 +1012,10 @@ select double-exponential seat select double-exponential sigmoid @item losi select logistic sigmoid +@item sinc +select sine cardinal function +@item isinc +select inverted sine cardinal function @item nofade no fade applied @end table |