Commit 23868d8b authored by Xiang, Haihao's avatar Xiang, Haihao

i965_drv_video: associate the derived image with the surface

Signed-off-by: default avatarXiang, Haihao <haihao.xiang@intel.com>
parent 261597ab
......@@ -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;
......
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