[FFmpeg-devel] [PATCH] libavfilter:add opencl warpper and opencl code for deshake

highgod0401 highgod0401 at gmail.com
Thu Feb 7 08:42:43 CET 2013


Hi,

It is our kernel code to mark that it is a kernel interface code.OK, I will remove it and test whether it is correct.And resubmit the patch.

Thanks

Best regards.



highgod0401

From: compn
Date: 2013-02-07 11:31
To: ffmpeg-devel
Subject: Re: [FFmpeg-devel] [PATCH] libavfilter:add opencl warpper and opencl code for deshake
On Wed, 6 Feb 2013 20:00:03 +0800, highgod0401 wrote:
>From 0d5e7ae7127f0037270d2cba7ee13efff8c72635 Mon Sep 17 00:00:00 2001
>From: highgod0401 <highgod0401 at gmail.com>
>Date: Wed, 6 Feb 2013 19:50:01 +0800
>Subject: [PATCH] add opencl warpper and opencl code for deshake

>+__kernel void avfilter_transform(__global unsigned char *src,
>+                                 __global  unsigned char *dst,
>+                                 __global  float         *matrix,
>+                                 __global  float         *matrix2,
>+                                           int           interpolate,
>+                                           int           fillmethod,
>+                                           int           src_stride_lu,

not many functions start with __ in ffmpeg code.
is this ok?

-compn
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel at ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


More information about the ffmpeg-devel mailing list