forked from marfrit/libva-v4l2-request-fourier
config: Use object config structure directly instead of abstract type
Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user