Re: [FFmpeg-devel] [PATCH] libavfilter/opencl.h: Add macro for setting opencl kernel arguments

2018-06-03 Thread Mark Thompson
On 02/06/18 17:58, Danil Iashchenko wrote: > --- > libavfilter/opencl.h| 13 +++ > libavfilter/vf_convolution_opencl.c | 43 > ++--- > 2 files changed, 19 insertions(+), 37 deletions(-) Yeah, this is nicer. > diff --git

[FFmpeg-devel] [PATCH] libavfilter/opencl.h: Add macro for setting opencl kernel arguments

2018-06-02 Thread Danil Iashchenko
--- libavfilter/opencl.h| 13 +++ libavfilter/vf_convolution_opencl.c | 43 ++--- 2 files changed, 19 insertions(+), 37 deletions(-) diff --git a/libavfilter/opencl.h b/libavfilter/opencl.h index c0a4519..16cdfbe 100644 ---