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

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

Issue 62273006: Update libva headers to the latest release (1.2.1). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: remove two header files, fix comment style Created 7 years, 1 month 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
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:

Powered by Google App Engine
This is Rietveld 408576698