config: Use object config structure directly instead of abstract type

Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
This commit is contained in:
Paul Kocialkowski
2018-04-23 10:13:05 +02:00
parent 0bd492f0d3
commit 36b7bba14f
5 changed files with 12 additions and 14 deletions
+2 -2
View File
@@ -87,7 +87,7 @@ VAStatus sunxi_cedrus_RenderPicture(VADriverContextP ctx, VAContextID context,
VAStatus vaStatus = VA_STATUS_SUCCESS;
struct object_context *obj_context;
struct object_surface *obj_surface;
object_config_p obj_config;
struct object_config *obj_config;
int i;
obj_context = CONTEXT(context);
@@ -152,7 +152,7 @@ VAStatus sunxi_cedrus_EndPicture(VADriverContextP ctx, VAContextID context)
struct v4l2_ext_control ctrl;
struct v4l2_ext_controls ctrls;
struct media_request_new media_request;
object_config_p obj_config;
struct object_config *obj_config;
int request_fd;
int rc;