Commit fdad04e7 authored by highgod0401's avatar highgod0401 Committed by Michael Niedermayer

avfilter/deshake_kernel: fix reset value bug of deshake kernel

Reviewed-by: 's avatarStefano Sabatini <stefasab@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent a56fd051
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment