forked from marfrit/libva-v4l2-request-fourier
buffer: Use object buffer structure directly instead of abstract type
Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
This commit is contained in:
+2
-2
@@ -35,10 +35,10 @@
|
||||
|
||||
VAStatus sunxi_cedrus_render_mpeg2_slice_data(VADriverContextP ctx,
|
||||
object_context_p obj_context, object_surface_p obj_surface,
|
||||
object_buffer_p obj_buffer);
|
||||
struct object_buffer *obj_buffer);
|
||||
|
||||
VAStatus sunxi_cedrus_render_mpeg2_picture_parameter(VADriverContextP ctx,
|
||||
object_context_p obj_context, object_surface_p obj_surface,
|
||||
object_buffer_p obj_buffer);
|
||||
struct object_buffer *obj_buffer);
|
||||
|
||||
#endif /* _MPEG2_H_ */
|
||||
|
||||
Reference in New Issue
Block a user