va_tpi: correct the first argument of vaCreateSurfaceFromKBuf
authorAustin Yuan <shengquan.yuan@gmail.com>
Mon, 17 Oct 2011 02:29:03 +0000 (22:29 -0400)
committerAustin Yuan <shengquan.yuan@gmail.com>
Mon, 17 Oct 2011 02:29:44 +0000 (22:29 -0400)
"VADisplay dpy" --> "VADriverContextP ctx"

Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
va/va_backend_tpi.h

index ecf5ac9..56998de 100644 (file)
@@ -69,7 +69,7 @@ struct VADriverVTableTPI
                 );
 
         VAStatus (*vaCreateSurfaceFromKBuf)(
-                VADisplay dpy,
+                VADriverContextP ctx,
                 int width,
                 int height,
                 int format,