Re: [FFmpeg-devel] [PATCH 2/2] checkasm: Add vf_blend tests
On 2/10/16, Timothy Gu wrote: > --- > tests/checkasm/Makefile | 1 + > tests/checkasm/checkasm.c | 3 ++ > tests/checkasm/checkasm.h | 1 + > tests/checkasm/vf_blend.c | 111 > ++ > 4 files changed, 116 insertions(+) > create mode 100644 tests/
[FFmpeg-devel] [PATCH 2/2] checkasm: Add vf_blend tests
--- tests/checkasm/Makefile | 1 + tests/checkasm/checkasm.c | 3 ++ tests/checkasm/checkasm.h | 1 + tests/checkasm/vf_blend.c | 111 ++ 4 files changed, 116 insertions(+) create mode 100644 tests/checkasm/vf_blend.c diff --git a/tests/checkas