From: Xiang, Haihao Date: Mon, 11 Apr 2011 01:04:37 +0000 (+0800) Subject: i965_drv_video: associate the derived image with the surface X-Git-Tag: libva-1.0.13~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=23868d8b38d1a00390ac839452cdc07aa46dceb6;p=platform%2Fupstream%2Flibva.git i965_drv_video: associate the derived image with the surface Signed-off-by: Xiang, Haihao --- diff --git a/i965_drv_video/i965_drv_video.c b/i965_drv_video/i965_drv_video.c index 4a7397f..b325ce6 100644 --- a/i965_drv_video/i965_drv_video.c +++ b/i965_drv_video/i965_drv_video.c @@ -1638,6 +1638,7 @@ VAStatus i965_DeriveImage(VADriverContextP ctx, *out_image = *image; obj_surface->flags |= SURFACE_DERIVED; + obj_image->derived_surface = surface; return VA_STATUS_SUCCESS;