Re: [FFmpeg-devel] [PATCH V2 1/2] lavfi/opencl: add more opencl helper macro

2019-04-25 Thread Song, Ruiling
> -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > Of Mark Thompson > Sent: Wednesday, April 17, 2019 5:25 AM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH V2 1/2] lavfi/opencl: add more opencl > helpe

Re: [FFmpeg-devel] [PATCH V2 1/2] lavfi/opencl: add more opencl helper macro

2019-04-16 Thread Mark Thompson
On 12/04/2019 16:09, Ruiling Song wrote: > Signed-off-by: Ruiling Song > --- > libavfilter/opencl.h | 38 ++ > 1 file changed, 38 insertions(+) > > diff --git a/libavfilter/opencl.h b/libavfilter/opencl.h > index 0b06232ade..0fa5b49d3f 100644 > ---

[FFmpeg-devel] [PATCH V2 1/2] lavfi/opencl: add more opencl helper macro

2019-04-12 Thread Ruiling Song
Signed-off-by: Ruiling Song --- libavfilter/opencl.h | 38 ++ 1 file changed, 38 insertions(+) diff --git a/libavfilter/opencl.h b/libavfilter/opencl.h index 0b06232ade..0fa5b49d3f 100644 --- a/libavfilter/opencl.h +++ b/libavfilter/opencl.h @@ -73,6 +73,44