Re: [FFmpeg-devel] [PATCH 1/2] lavfi/opencl: add macro for opencl error handling.

2018-07-03 Thread Song, Ruiling
> -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of > Mark Thompson > Sent: Monday, July 2, 2018 3:40 PM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH 1/2] lavfi/opencl: add macro for opencl > error ha

Re: [FFmpeg-devel] [PATCH 1/2] lavfi/opencl: add macro for opencl error handling.

2018-07-02 Thread Mark Thompson
On 02/07/18 21:55, Ruiling Song wrote: > Signed-off-by: Ruiling Song > --- > libavfilter/opencl.h| 4 ++-- > libavfilter/vf_avgblur_opencl.c | 45 +-- > libavfilter/vf_overlay_opencl.c | 29 +-- > libavfilter/vf_program_opencl.c |

[FFmpeg-devel] [PATCH 1/2] lavfi/opencl: add macro for opencl error handling.

2018-07-02 Thread Ruiling Song
Signed-off-by: Ruiling Song --- libavfilter/opencl.h| 4 ++-- libavfilter/vf_avgblur_opencl.c | 45 +-- libavfilter/vf_overlay_opencl.c | 29 +-- libavfilter/vf_program_opencl.c | 14 ++- libavfilter/vf_tonemap_opencl.c |