Index: third_party/libva/va/va_version.h |
diff --git a/third_party/libva/va/va_version.h b/third_party/libva/va/va_version.h |
index 469e59973b974db129649db9fe0d45e520c99f28..8fd23151ae52deaac07c7ca072d1a9ec0b30f271 100644 |
--- a/third_party/libva/va/va_version.h |
+++ b/third_party/libva/va/va_version.h |
@@ -37,7 +37,7 @@ |
* |
* The minor version of VA-API (2, if %VA_VERSION is 1.2.3) |
*/ |
-#define VA_MINOR_VERSION 33 |
+#define VA_MINOR_VERSION 34 |
/** |
* VA_MICRO_VERSION: |
@@ -51,7 +51,7 @@ |
* |
* The full version of VA-API, like 1.2.3 |
*/ |
-#define VA_VERSION 0.33.0 |
+#define VA_VERSION 0.34.0 |
/** |
* VA_VERSION_S: |
@@ -59,7 +59,7 @@ |
* The full version of VA-API, in string form (suited for string |
* concatenation) |
*/ |
-#define VA_VERSION_S "0.33.0" |
+#define VA_VERSION_S "0.34.0" |
/** |
* VA_VERSION_HEX: |