summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/i965_drv_video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i965_drv_video.c b/src/i965_drv_video.c
index 380e4de..19c298d 100755
--- a/src/i965_drv_video.c
+++ b/src/i965_drv_video.c
@@ -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;