summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Yuan <shengquan.yuan@gmail.com>2011-10-16 22:29:03 -0400
committerAustin Yuan <shengquan.yuan@gmail.com>2011-10-16 22:29:44 -0400
commit09149f51561c989cfeeab198ffcf942082a23baf (patch)
tree6f835ed1842b2542b40a3428a41db4916d7f1d8e
parentb1bc8cf807f481dcdd2b42aa55c764295f413e34 (diff)
downloadlibva-09149f51561c989cfeeab198ffcf942082a23baf.tar.gz
va_tpi: correct the first argument of vaCreateSurfaceFromKBuf
"VADisplay dpy" --> "VADriverContextP ctx" Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
-rw-r--r--va/va_backend_tpi.h2
1 files changed, 1 insertions, 1 deletions
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,