From 09149f51561c989cfeeab198ffcf942082a23baf Mon Sep 17 00:00:00 2001 From: Austin Yuan Date: Sun, 16 Oct 2011 22:29:03 -0400 Subject: va_tpi: correct the first argument of vaCreateSurfaceFromKBuf "VADisplay dpy" --> "VADriverContextP ctx" Signed-off-by: Austin Yuan --- va/va_backend_tpi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/va/va_backend_tpi.h b/va/va_backend_tpi.h index ecf5ac9..56998de 100644 --- a/va/va_backend_tpi.h +++ b/va/va_backend_tpi.h @@ -69,7 +69,7 @@ struct VADriverVTableTPI ); VAStatus (*vaCreateSurfaceFromKBuf)( - VADisplay dpy, + VADriverContextP ctx, int width, int height, int format, -- cgit v1.2.1