diff --git a/libavfilter/deshake_kernel.h b/libavfilter/deshake_kernel.h index 335a77eb68..1eb06fee39 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 {