[FFmpeg-devel] [PATCH] libavfilter/deshake: fix reset value bug of deshake kernel
Michael Niedermayer
michaelni at gmx.at
Sat Apr 20 19:57:55 CEST 2013
On Sat, Apr 20, 2013 at 12:03:06PM +0200, Stefano Sabatini wrote:
> On date Saturday 2013-04-20 11:24:28 +0800, Wei Gao encoded:
> >
>
> > From fefa887bea91e90bd20e4621a5da75c03118155d Mon Sep 17 00:00:00 2001
> > From: highgod0401 <highgod0401 at gmail.com>
> > Date: Sat, 20 Apr 2013 11:21:08 +0800
> > Subject: [PATCH] fix reset value bug of deshake kernel
> >
> > ---
> > libavfilter/deshake_kernel.h | 2 --
> > 1 file changed, 2 deletions(-)
> >
> > diff --git a/libavfilter/deshake_kernel.h b/libavfilter/deshake_kernel.h
> > index 335a77e..1eb06fe 100644
> > --- a/libavfilter/deshake_kernel.h
> > +++ b/libavfilter/deshake_kernel.h
> > @@ -165,8 +165,6 @@ kernel void avfilter_transform(global unsigned char *src,
> > tempsrc = src_u;
> > tempsrc_stride = src_stride_ch;
> > tempdst_stride = dst_stride_ch;
> > - temp_height = height;
> > - temp_width = width;
> > temp_height = ch;
> > temp_width = cw;
> > } else {
>
> Sure, OK, thanks.
applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Complexity theory is the science of finding the exact solution to an
approximation. Benchmarking OTOH is finding an approximation of the exact
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130420/20075a2b/attachment.asc>
More information about the ffmpeg-devel
mailing list