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
This commit is contained in:
Zeeshan Ali 2003-03-02 20:17:21 +00:00
parent 701e4e6c31
commit ae500224ff

View file

@ -297,12 +297,6 @@ gst_video_crop_i420 (GstVideoCrop *video_crop, GstBuffer *src_buffer, GstBuffer
destY += width; destY += width;
} }
for (j = crop_height; j; j--) {
memcpy (destY, srcY, width);
srcY += src_stride;
destY += width;
}
width >>= 1; width >>= 1;
src_stride >>= 1; src_stride >>= 1;
crop_height >>= 1; crop_height >>= 1;