forked from marfrit/libva-v4l2-request-fourier
context: Use object context structure directly instead of abstract type
Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
This commit is contained in:
+3
-3
@@ -40,7 +40,7 @@
|
||||
*/
|
||||
|
||||
VAStatus sunxi_cedrus_render_mpeg4_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
|
||||
@@ -71,7 +71,7 @@ VAStatus sunxi_cedrus_render_mpeg4_slice_data(VADriverContextP ctx,
|
||||
}
|
||||
|
||||
VAStatus sunxi_cedrus_render_mpeg4_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
|
||||
@@ -122,7 +122,7 @@ VAStatus sunxi_cedrus_render_mpeg4_picture_parameter(VADriverContextP ctx,
|
||||
}
|
||||
|
||||
VAStatus sunxi_cedrus_render_mpeg4_slice_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)
|
||||
{
|
||||
VASliceParameterBufferMPEG4 *slice_param = (VASliceParameterBufferMPEG4 *)obj_buffer->buffer_data;
|
||||
|
||||
Reference in New Issue
Block a user