summaryrefslogtreecommitdiff
path: root/src/va_backend.h
diff options
context:
space:
mode:
authorWaldo Bastian <waldo.bastian@intel.com>2007-09-20 08:38:06 -0700
committerWaldo Bastian <waldo.bastian@intel.com>2007-09-20 08:38:06 -0700
commit9134c0e5ff4599137a63b0ebf5dab018f44286e6 (patch)
treebafa1492a6fe9ff7e00cc6d2d0adcbcd8e9a8e9f /src/va_backend.h
parentde4abcf3c10dca94d4c32a1a14fc5d4e577c97f8 (diff)
Swapped vaGetConfigAttributes and vaQueryConfigAttributes for API consistency
Diffstat (limited to 'src/va_backend.h')
-rwxr-xr-xsrc/va_backend.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/va_backend.h b/src/va_backend.h
index e202a0e..3ffb113 100755
--- a/src/va_backend.h
+++ b/src/va_backend.h
@@ -68,7 +68,7 @@ struct VADriverContext
int *num_entrypoints /* out */
);
- VAStatus (*vaQueryConfigAttributes) (
+ VAStatus (*vaGetConfigAttributes) (
VADriverContextP ctx,
VAProfile profile,
VAEntrypoint entrypoint,
@@ -90,7 +90,7 @@ struct VADriverContext
VAConfigID config_id
);
- VAStatus (*vaGetConfigAttributes) (
+ VAStatus (*vaQueryConfigAttributes) (
VADriverContextP ctx,
VAConfigID config_id,
VAProfile *profile, /* out */