[FFmpeg-cvslog] avfilter/deshake_kernel: fix reset value bug of deshake kernel
highgod0401
git at videolan.org
Sat Apr 20 19:57:27 CEST 2013
ffmpeg | branch: master | highgod0401 <highgod0401 at gmail.com> | Sat Apr 20 11:21:08 2013 +0800| [fdad04e756289e6c209f2af8c14438d8349f4722] | committer: Michael Niedermayer
avfilter/deshake_kernel: fix reset value bug of deshake kernel
Reviewed-by: Stefano Sabatini <stefasab at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fdad04e756289e6c209f2af8c14438d8349f4722
---
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 {
More information about the ffmpeg-cvslog
mailing list