psb_drv_video error: vaPutSurface: invalidate drawable 48/548/1
authorRen Zhaohan <zhaohan.ren@intel.com>
Wed, 7 Apr 2010 11:40:34 +0000 (19:40 +0800)
committerRen Zhaohan <zhaohan.ren@intel.com>
Wed, 7 Apr 2010 11:40:34 +0000 (19:40 +0800)
va/x11/va_x11.c

index 6cbe6a0..ab6bf68 100644 (file)
@@ -247,7 +247,7 @@ VAStatus vaPutSurface (
   CHECK_DISPLAY(dpy);
   ctx = CTX(dpy);
 
-  return ctx->vtable.vaPutSurface( ctx, surface, &draw, srcx, srcy, srcw, srch,
+  return ctx->vtable.vaPutSurface( ctx, surface, draw, srcx, srcy, srcw, srch,
                                    destx, desty, destw, desth,
                                    cliprects, number_cliprects, flags );
 }