forked from marfrit/libva-v4l2-request-fourier
tree: Change the macros to take the actual arguments they are using
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
This commit is contained in:
+1
-1
@@ -123,7 +123,7 @@ VAStatus SunxiCedrusDeriveImage(VADriverContextP context,
|
||||
VAImageFormat format;
|
||||
VAStatus status;
|
||||
|
||||
surface_object = SURFACE(surface_id);
|
||||
surface_object = SURFACE(driver_data, surface_id);
|
||||
if (surface_object == NULL)
|
||||
return VA_STATUS_ERROR_INVALID_SURFACE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user