[FFmpeg-devel] [PATCH] libavfilter:add opencl warpper and opencl code for deshake
compn
tempn at twmi.rr.com
Thu Feb 7 04:31:48 CET 2013
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
More information about the ffmpeg-devel
mailing list