[FFmpeg-devel] [PATCH] avfilter/vf_alphamerge: switch to dualinput
Nicolas George
george at nsup.org
Thu Jul 16 11:30:04 CEST 2015
Le septidi 27 messidor, an CCXXIII, Paul B Mahol a écrit :
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
> libavfilter/Makefile | 2 +-
> libavfilter/vf_alphamerge.c | 73 +++++++++++++++++----------------------------
> 2 files changed, 29 insertions(+), 46 deletions(-)
>
> diff --git a/libavfilter/Makefile b/libavfilter/Makefile
> index 058b9e9..c504070 100644
> --- a/libavfilter/Makefile
> +++ b/libavfilter/Makefile
> @@ -93,7 +93,7 @@ OBJS-$(CONFIG_ANULLSINK_FILTER) += asink_anullsink.o
I think you should not use dualinput in new code: better use framesync
directly.
--
Nicolas George
More information about the ffmpeg-devel
mailing list