Commit 8ab5c03e authored by Alexander I Osin's avatar Alexander I Osin Committed by Xiang, Haihao

Added locked_image_id in struct object_surface

parent da168033
......@@ -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;
};
......
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