Re: [FFmpeg-devel] [PATCH] vf_blend: Reduce number of arguments for kernel function

2016-02-14 Thread Timothy Gu
On Sun, Feb 14, 2016 at 10:12:21AM +0100, Paul B Mahol wrote: > On 2/14/16, Timothy Gu wrote: > > --- > > libavfilter/blend.h | 2 +- > > libavfilter/vf_blend.c | 27 ++- > > libavfilter/x86/vf_blend.asm| 3 +-- > > libavfilter/x86/vf_blend_init.

Re: [FFmpeg-devel] [PATCH] vf_blend: Reduce number of arguments for kernel function

2016-02-14 Thread Paul B Mahol
On 2/14/16, Timothy Gu wrote: > --- > libavfilter/blend.h | 2 +- > libavfilter/vf_blend.c | 27 ++- > libavfilter/x86/vf_blend.asm| 3 +-- > libavfilter/x86/vf_blend_init.c | 2 +- > 4 files changed, 17 insertions(+), 17 deletions(-) > ok if i

[FFmpeg-devel] [PATCH] vf_blend: Reduce number of arguments for kernel function

2016-02-13 Thread Timothy Gu
--- libavfilter/blend.h | 2 +- libavfilter/vf_blend.c | 27 ++- libavfilter/x86/vf_blend.asm| 3 +-- libavfilter/x86/vf_blend_init.c | 2 +- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/libavfilter/blend.h b/libavfilter/blend