Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMuhammad Faiz <mfcc64@gmail.com>2016-10-18 18:55:39 +0300
committerMuhammad Faiz <mfcc64@gmail.com>2016-10-19 10:05:46 +0300
commit23b6f880d6d7418ca75783767e7f7c02af7cf456 (patch)
treeaa7f99e3acc1a2b9c4c84e440bd3b3385c4876cb /doc
parent0ad71ed6f98e43fe99e642e95eb14436820521c7 (diff)
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')
-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)}.