compile: remove warnings of unused variables
authorWind Yuan <feng.yuan@intel.com>
Sat, 27 Apr 2013 07:20:11 +0000 (15:20 +0800)
committerWind Yuan <feng.yuan@intel.com>
Sat, 27 Apr 2013 07:22:14 +0000 (15:22 +0800)
 Removed unsed variables in copy_image_YUY2.

gst-libs/gst/vaapi/gstvaapiimage.c

index 6364ed2..ffe11bd 100644 (file)
@@ -1091,7 +1091,6 @@ copy_image_YUY2(
 {
     guchar *dst, *src;
     guint dst_stride, src_stride;
-    guint i, x, y, w, h;
 
     /* YUYV interlace plane */
     dst_stride = dst_image->stride[0];