Re: [FFmpeg-devel] [PATCH] avfilter/firequalizer: add cubic_interpolate function on gain

2016-10-19 Thread Muhammad Faiz
On 10/18/16, Muhammad Faiz wrote: > smoother version of gain_interpolate > > Signed-off-by: Muhammad Faiz > --- > doc/filters.texi | 2 ++ > libavfilter/af_firequalizer.c | 49 > +-- > 2 files changed, 49

[FFmpeg-devel] [PATCH] avfilter/firequalizer: add cubic_interpolate function on gain

2016-10-18 Thread Muhammad Faiz
smoother version of gain_interpolate Signed-off-by: Muhammad Faiz --- doc/filters.texi | 2 ++ libavfilter/af_firequalizer.c | 49 +-- 2 files changed, 49 insertions(+), 2 deletions(-) diff --git a/doc/filters.texi