summaryrefslogtreecommitdiff
path: root/va
diff options
context:
space:
mode:
authorCarl Zhang <carl.zhang@intel.com>2020-02-14 05:21:10 -0500
committerXinfengZhang <carl.zhang@intel.com>2020-02-17 13:25:11 +0800
commit8e467a6e02e3ac011692f9d6b96f4f96881e49e2 (patch)
tree7a51a77276c48c859b103ac198b1b2ffc3233f1f /va
parent04acc7860feb6252ccadccaf049cd60e1ba3097b (diff)
downloadlibva-8e467a6e02e3ac011692f9d6b96f4f96881e49e2.tar.gz
libva 2.7.0 pre1
Bump VA-API version to 1.7.0 pre1 and libva to 2.7.0 pre1 Signed-off-by: Carl Zhang <carl.zhang@intel.com>
Diffstat (limited to 'va')
-rw-r--r--va/va.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/va/va.c b/va/va.c
index 2083f5c..8b0bee6 100644
--- a/va/va.c
+++ b/va/va.c
@@ -470,6 +470,7 @@ static VAStatus va_openDriver(VADisplay dpy, char *driver_name)
int minor;
} compatible_versions[] = {
{ VA_MAJOR_VERSION, VA_MINOR_VERSION },
+ { VA_MAJOR_VERSION, 6 },
{ VA_MAJOR_VERSION, 5 },
{ VA_MAJOR_VERSION, 4 },
{ VA_MAJOR_VERSION, 3 },