summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Yuan <shengquan.yuan@intel.com>2015-02-15 10:07:25 +0800
committerAustin Yuan <shengquan.yuan@intel.com>2015-02-15 10:07:25 +0800
commit909125037e367bfe7187627620a0fdee7ba00ad6 (patch)
tree3ccc4fdcf98f41956a35b1b250e1e9d64283ec0e
parent18c3fcf9fd1ac6a36e8428ecc9ca2eafbebfa81e (diff)
downloadlibva-909125037e367bfe7187627620a0fdee7ba00ad6.tar.gz
Correct parameter names
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
-rw-r--r--va/va_backend.h2
-rw-r--r--va/va_backend_tpi.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/va/va_backend.h b/va/va_backend.h
index d317e0b..5db288c 100644
--- a/va/va_backend.h
+++ b/va/va_backend.h
@@ -396,7 +396,7 @@ struct VADriverVTable
/* DEPRECATED */
VAStatus
(*vaGetSurfaceAttributes)(
- VADriverContextP dpy,
+ VADriverContextP ctx,
VAConfigID config,
VASurfaceAttrib *attrib_list,
unsigned int num_attribs
diff --git a/va/va_backend_tpi.h b/va/va_backend_tpi.h
index 141eb75..ac12d39 100644
--- a/va/va_backend_tpi.h
+++ b/va/va_backend_tpi.h
@@ -36,7 +36,7 @@
struct VADriverVTableTPI
{
VAStatus (*vaCreateSurfacesWithAttribute) (
- VADisplay dpy,
+ VADriverContextP ctx,
int width,
int height,
int format,