diff options
author | Muhammad Faiz <mfcc64@gmail.com> | 2016-10-18 22:55:39 +0700 |
---|---|---|
committer | Muhammad Faiz <mfcc64@gmail.com> | 2016-10-19 14:05:46 +0700 |
commit | 23b6f880d6d7418ca75783767e7f7c02af7cf456 (patch) | |
tree | aa7f99e3acc1a2b9c4c84e440bd3b3385c4876cb /doc/filters.texi | |
parent | 0ad71ed6f98e43fe99e642e95eb14436820521c7 (diff) | |
download | ffmpeg-23b6f880d6d7418ca75783767e7f7c02af7cf456.tar.gz |
avfilter/firequalizer: add cubic_interpolate function on gain
smoother version of gain_interpolate
Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 9fc8c4f908..14c9b079f6 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2508,6 +2508,8 @@ and functions: @table @option @item gain_interpolate(f) interpolate gain on frequency f based on gain_entry +@item cubic_interpolate(f) +same as gain_interpolate, but smoother @end table This option is also available as command. Default is @code{gain_interpolate(f)}. |