[FFmpeg-devel] [PATCH] avfilter: add hrtfm filter

Lou Logan lou at lrcd.com
Sat Mar 24 01:54:19 EET 2018


On Tue, Mar 20, 2018, at 1:20 AM, Paul B Mahol wrote:
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
>  doc/filters.texi         |  66 ++++++
>  libavfilter/Makefile     |   1 +
>  libavfilter/af_hrtfm.c   | 557 +++++++++++++++++++++++++++++++++++++++++++++++
>  libavfilter/allfilters.c |   1 +
>  4 files changed, 625 insertions(+)
>  create mode 100644 libavfilter/af_hrtfm.c
> 
> diff --git a/doc/filters.texi b/doc/filters.texi
> index bd43a7ac6e..95950f7666 100644
> --- a/doc/filters.texi
> +++ b/doc/filters.texi
[...]
> + at item amin
> +Set minimum alfa. Default value is @code{0.05}.

"alfa" typo again (libavfilter/af_anequalizer.c also has this odd spelling).

I didn't see any replies regarding the alternative option names that I mentioned twice so I'll assume that means "no".


More information about the ffmpeg-devel mailing list