Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(246)

Unified Diff: third_party/libva/va/va_version.h

Issue 2834313002: Update third_party/libva to version 1.7.1 (Closed)
Patch Set: Update third_party/libva to version 1.7.1 and check whether the version of libva a platform support… Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libva/va/va_trace.h ('k') | third_party/libva/va/wayland/wayland-drm-client-protocol.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0b8b4360cb0643dc4e6caeab58afbde6dac7c9ca..7cf8850b6d9384096827c9256d91be4636452622 100644
--- a/third_party/libva/va/va_version.h
+++ b/third_party/libva/va/va_version.h
@@ -37,21 +37,21 @@
*
* The minor version of VA-API (2, if %VA_VERSION is 1.2.3)
*/
-#define VA_MINOR_VERSION 38
+#define VA_MINOR_VERSION 39
/**
* VA_MICRO_VERSION:
*
* The micro version of VA-API (3, if %VA_VERSION is 1.2.3)
*/
-#define VA_MICRO_VERSION 0
+#define VA_MICRO_VERSION 2
/**
* VA_VERSION:
*
* The full version of VA-API, like 1.2.3
*/
-#define VA_VERSION 0.38.0
+#define VA_VERSION 0.39.2
/**
* 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.38.0"
+#define VA_VERSION_S "0.39.2"
/**
* VA_VERSION_HEX:
« no previous file with comments | « third_party/libva/va/va_trace.h ('k') | third_party/libva/va/wayland/wayland-drm-client-protocol.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698