This commit is contained in:
Ziyang Zhou
2022-07-16 10:18:13 +08:00
parent 829ddb19d3
commit a53c889571
43 changed files with 363 additions and 28 deletions

View File

@@ -37,7 +37,7 @@
*
* The minor version of VA-API (2, if %VA_VERSION is 1.2.3)
*/
#define VA_MINOR_VERSION 14
#define VA_MINOR_VERSION 15
/**
* VA_MICRO_VERSION:
@@ -51,7 +51,7 @@
*
* The full version of VA-API, like 1.2.3
*/
#define VA_VERSION 1.14.0
#define VA_VERSION 1.15.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 "1.14.0"
#define VA_VERSION_S "1.15.0"
/**
* VA_VERSION_HEX: