diff options
author | Alexander I Osin <alexander.i.osin@intel.com> | 2011-04-28 18:53:55 +0300 |
---|---|---|
committer | Xiang, Haihao <haihao.xiang@intel.com> | 2011-05-06 14:15:57 +0800 |
commit | 8ab5c03e61a1d9966b929ea98b420686de85afc0 (patch) | |
tree | 1386956298277fbef921041d976216fa5f713245 | |
parent | da168033bad4d6c888989208f83530936cee5bf2 (diff) | |
download | libva-8ab5c03e61a1d9966b929ea98b420686de85afc0.tar.gz |
Added locked_image_id in struct object_surface
-rw-r--r-- | i965_drv_video/i965_drv_video.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/i965_drv_video/i965_drv_video.h b/i965_drv_video/i965_drv_video.h index 3314285..20cb84e 100644 --- a/i965_drv_video/i965_drv_video.h +++ b/i965_drv_video/i965_drv_video.h @@ -138,6 +138,7 @@ struct object_surface int orig_pp_out_width; int orig_pp_out_height; dri_bo *pp_out_bo; + VAImageID locked_image_id; void (*free_private_data)(void **data); void *private_data; }; |