fix typo in upstream code 2.0 accepted/2.0/20130418.160136 submit/2.0/20130418.094724 submit/2.0/20130418.094755
authorZhao Halley <halley.zhao@intel.com>
Thu, 18 Apr 2013 07:54:36 +0000 (15:54 +0800)
committerZhao Halley <halley.zhao@intel.com>
Thu, 18 Apr 2013 07:54:36 +0000 (15:54 +0800)
src/i965_drv_video.c

index 380e4de..19c298d 100755 (executable)
@@ -3519,7 +3519,7 @@ i965_hw_putimage(VADriverContextP ctx,
 
     assert(obj_surface->fourcc);
 
-    src_surface.base = (struct object_base *)image;
+    src_surface.base = (struct object_base *)obj_image;
     src_surface.type = I965_SURFACE_TYPE_IMAGE;
     src_surface.flags = I965_SURFACE_FLAG_FRAME;
     src_rect.x = src_x;