[FFmpeg-devel] [PATCH] avfilter: add limitdiff video filter

Thilo Borgmann thilo.borgmann at mail.de
Thu Oct 7 16:01:56 EEST 2021



On 7 Oct 2021, at 14:13, Paul B Mahol wrote:

> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
>  libavfilter/Makefile       |   1 +
>  libavfilter/allfilters.c   |   1 +
>  libavfilter/vf_limitdiff.c | 370 
> +++++++++++++++++++++++++++++++++++++
>  3 files changed, 372 insertions(+)
>  create mode 100644 libavfilter/vf_limitdiff.c
>
> diff --git a/libavfilter/Makefile b/libavfilter/Makefile
> index db9a67b92e..fca1665eac 100644
> --- a/libavfilter/Makefile
> +++ b/libavfilter/Makefile
> @@ -326,6 +326,7 @@ OBJS-$(CONFIG_LATENCY_FILTER)                += 
> f_latency.o
>  OBJS-$(CONFIG_LENSCORRECTION_FILTER)         += vf_lenscorrection.o
>  OBJS-$(CONFIG_LENSFUN_FILTER)                += vf_lensfun.o
>  OBJS-$(CONFIG_LIBVMAF_FILTER)                += vf_libvmaf.o 
> framesync.o
> +OBJS-$(CONFIG_LIMITDIFF_FILTER)              += vf_limitdiff.o

Shouldn’t this also depend on framesync.o?

-Thilo


More information about the ffmpeg-devel mailing list