surface: Use object surface 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:06:11 +02:00
parent 6a06b4570b
commit 97950176ad
8 changed files with 25 additions and 27 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ VAStatus sunxi_cedrus_DeriveImage(VADriverContextP ctx, VASurfaceID surface,
VAImage *image)
{
INIT_DRIVER_DATA
object_surface_p obj_surface;
struct object_surface *obj_surface;
VAImageFormat fmt;
struct object_buffer *obj_buffer;
VAStatus ret;