Re: [FFmpeg-devel] [PATCH] avfilter: add mix filter

2017-11-24 Thread Moritz Barsnick
On Mon, Nov 20, 2017 at 20:59:09 +0100, Paul B Mahol wrote: Nit: > +Specifiy how end of stream is determined. ^ Specify I can't judge the rest, and didn't test. Cheers, Moritz ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/

Re: [FFmpeg-devel] [PATCH] avfilter: add mix filter

2017-11-24 Thread Paul B Mahol
On 11/20/17, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > doc/filters.texi | 28 + > libavfilter/Makefile | 1 + > libavfilter/allfilters.c | 1 + > libavfilter/vf_mix.c | 283 > +++ > 4 files changed, 313 insertio

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

2017-11-20 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- doc/filters.texi | 28 + libavfilter/Makefile | 1 + libavfilter/allfilters.c | 1 + libavfilter/vf_mix.c | 283 +++ 4 files changed, 313 insertions(+) create mode 100644 libavfilter/vf_mix.c di