[FFmpeg-devel] [PATCH] lavfi/deshake: modify seting opencl parameters

Wei Gao highgod0401 at gmail.com
Sun Apr 28 02:17:10 CEST 2013


2013/4/28 Stefano Sabatini <stefasab at gmail.com>

> On date Saturday 2013-04-27 10:22:25 +0800, Wei Gao encoded:
> >
>
> > From 50a76e1e72cf773fd1da387026a043e10ba8a420 Mon Sep 17 00:00:00 2001
> > From: highgod0401 <highgod0401 at gmail.com>
> > Date: Sat, 27 Apr 2013 10:19:49 +0800
> > Subject: [PATCH] lavfi/deshake: modify seting opencl parameters
> >
> > +        av_log(ctx, AV_LOG_ERROR, "OpenCL run kernel error occurred:
> %d\n", status);
>
> you may make use of av_opencl_strerror()
>
Hi
thanks for your reviewing,
I will submit this patch after the errstr is accepted, and also the unsharp
filter.

Best regards

>
> > +        return AVERROR_EXTERNAL;
> > +    }
> >      clFinish(deshake->opencl_ctx.kernel_env.command_queue);
> >      ret = av_opencl_buffer_read_image(out->data,
> deshake->opencl_ctx.out_plane_size,
> >                                        deshake->opencl_ctx.plane_num,
> deshake->opencl_ctx.cl_outbuf,
>
> LGTM otherwise, thanks.
> --
> FFmpeg = Free Funny Miracolous Ponderous Elfic Guru
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>


More information about the ffmpeg-devel mailing list