Re: [FFmpeg-devel] [PATCH] checkasm: Add vf_blend tests

2016-02-14 Thread Michael Niedermayer
On Sat, Feb 13, 2016 at 03:04:58PM -0800, Timothy Gu wrote: > --- > tests/checkasm/Makefile | 1 + > tests/checkasm/checkasm.c | 3 ++ > tests/checkasm/checkasm.h | 1 + > tests/checkasm/vf_blend.c | 130 > ++ > 4 files changed, 135

Re: [FFmpeg-devel] [PATCH] checkasm: Add vf_blend tests

2016-02-14 Thread Timothy Gu
On Sun, Feb 14, 2016 at 10:06:16AM +0100, Paul B Mahol wrote: > On 2/14/16, Timothy Gu wrote: > > + > > +#include > > +#include "checkasm.h" > > +#include "libavfilter/blend.h" > > +#include "libavutil/common.h" > > +#include "libavutil/internal.h" > > +#include

Re: [FFmpeg-devel] [PATCH] checkasm: Add vf_blend tests

2016-02-14 Thread Paul B Mahol
On 2/14/16, Timothy Gu wrote: > --- > tests/checkasm/Makefile | 1 + > tests/checkasm/checkasm.c | 3 ++ > tests/checkasm/checkasm.h | 1 + > tests/checkasm/vf_blend.c | 130 > ++ > 4 files changed, 135 insertions(+) >

[FFmpeg-devel] [PATCH] checkasm: Add vf_blend tests

2016-02-13 Thread Timothy Gu
--- tests/checkasm/Makefile | 1 + tests/checkasm/checkasm.c | 3 ++ tests/checkasm/checkasm.h | 1 + tests/checkasm/vf_blend.c | 130 ++ 4 files changed, 135 insertions(+) create mode 100644 tests/checkasm/vf_blend.c diff --git