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>
This commit is contained in:
highgod0401 2013-04-20 11:21:08 +08:00 committed by Michael Niedermayer
parent a56fd051ee
commit fdad04e756

View File

@ -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 {