summaryrefslogtreecommitdiff
path: root/va/va.h
diff options
context:
space:
mode:
Diffstat (limited to 'va/va.h')
-rw-r--r--va/va.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/va/va.h b/va/va.h
index 56d3878..04c8f3f 100644
--- a/va/va.h
+++ b/va/va.h
@@ -271,6 +271,7 @@ typedef enum
VAEntrypointEncSlice = 6, /* slice level encode */
VAEntrypointEncPicture = 7, /* pictuer encode, JPEG, etc */
VAEntrypointVideoProc = 10, /**< Video pre/post-processing. */
+ VAEntrypointMax
} VAEntrypoint;
/* Currently defined configuration attribute types */
@@ -353,6 +354,7 @@ typedef enum
*/
VAConfigAttribEncMacroblockInfo = 16,
/**@}*/
+ VAConfigAttribTypeMax
} VAConfigAttribType;
/*
@@ -709,7 +711,7 @@ typedef enum
* color balance (#VAProcFilterParameterBufferColorBalance), etc.
*/
VAProcFilterParameterBufferType = 42,
- VABufferTypeMax = 0xff
+ VABufferTypeMax
} VABufferType;
typedef enum