From ae500224ff1791a69689791901acab576d87546c Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Date: Sun, 2 Mar 2003 20:17:21 +0000 Subject: Silly bug, i wonder who was the last one to play with it Original commit message from CVS: Silly bug, i wonder who was the last one to play with it --- gst/videocrop/gstvideocrop.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gst/videocrop') diff --git a/gst/videocrop/gstvideocrop.c b/gst/videocrop/gstvideocrop.c index 48a51dbb..ea807420 100644 --- a/gst/videocrop/gstvideocrop.c +++ b/gst/videocrop/gstvideocrop.c @@ -297,12 +297,6 @@ gst_video_crop_i420 (GstVideoCrop *video_crop, GstBuffer *src_buffer, GstBuffer destY += width; } - for (j = crop_height; j; j--) { - memcpy (destY, srcY, width); - srcY += src_stride; - destY += width; - } - width >>= 1; src_stride >>= 1; crop_height >>= 1; -- cgit v1.2.1