avfilter/deshake_kernel: fix reset value bug of deshake kernel

Reviewed-by: Stefano Sabatini <stefasab@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/15/head
highgod0401 12 years ago committed by Michael Niedermayer
parent a56fd051ee
commit fdad04e756
  1. 2
      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 {

Loading…
Cancel
Save