summaryrefslogtreecommitdiff
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorMuhammad Faiz <mfcc64@gmail.com>2016-10-18 22:55:39 +0700
committerMuhammad Faiz <mfcc64@gmail.com>2016-10-19 14:05:46 +0700
commit23b6f880d6d7418ca75783767e7f7c02af7cf456 (patch)
treeaa7f99e3acc1a2b9c4c84e440bd3b3385c4876cb /doc/filters.texi
parent0ad71ed6f98e43fe99e642e95eb14436820521c7 (diff)
downloadffmpeg-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.texi2
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)}.