Silly bug, i wonder who was the last one to play with it
authorZeeshan Ali <zeenix@gmail.com>
Sun, 2 Mar 2003 20:17:21 +0000 (20:17 +0000)
committerZeeshan Ali <zeenix@gmail.com>
Sun, 2 Mar 2003 20:17:21 +0000 (20:17 +0000)
Original commit message from CVS:
Silly bug, i wonder who was the last one to play with it

gst/videocrop/gstvideocrop.c

index 48a51db..ea80742 100644 (file)
@@ -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;