Commit 3d018aa9 authored by Ren Zhaohan's avatar Ren Zhaohan

psb_drv_video error: vaPutSurface: invalidate drawable

parent 8e4db20d
...@@ -247,7 +247,7 @@ VAStatus vaPutSurface ( ...@@ -247,7 +247,7 @@ VAStatus vaPutSurface (
CHECK_DISPLAY(dpy); CHECK_DISPLAY(dpy);
ctx = CTX(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, destx, desty, destw, desth,
cliprects, number_cliprects, flags ); cliprects, number_cliprects, flags );
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment