context: Use object context 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:04:58 +02:00
parent 5c26862913
commit 6a06b4570b
8 changed files with 17 additions and 19 deletions
+2 -2
View File
@@ -40,7 +40,7 @@
*/
VAStatus sunxi_cedrus_render_mpeg2_slice_data(VADriverContextP ctx,
object_context_p obj_context, object_surface_p obj_surface,
struct object_context *obj_context, object_surface_p obj_surface,
struct object_buffer *obj_buffer)
{
INIT_DRIVER_DATA
@@ -53,7 +53,7 @@ VAStatus sunxi_cedrus_render_mpeg2_slice_data(VADriverContextP ctx,
}
VAStatus sunxi_cedrus_render_mpeg2_picture_parameter(VADriverContextP ctx,
object_context_p obj_context, object_surface_p obj_surface,
struct object_context *obj_context, object_surface_p obj_surface,
struct object_buffer *obj_buffer)
{
INIT_DRIVER_DATA