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 insertions(+
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 "libavutil/intreadwrite.h"
> > +
>
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(+)
> create mode 100644 tests/
---
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 a/tests/checkas