Commit 9c742fe3 authored by root's avatar root

Define VA_INVALID_SURFACE

parent ce4b65e2
...@@ -259,6 +259,8 @@ typedef int VAContextID; ...@@ -259,6 +259,8 @@ typedef int VAContextID;
/* generic surface ID type, can be re-typed for specific implementation */ /* generic surface ID type, can be re-typed for specific implementation */
typedef int VASurfaceID; typedef int VASurfaceID;
#define VA_INVALID_SURFACE -1
typedef struct _VAContext typedef struct _VAContext
{ {
VAContextID context_id; /* to identify this context */ VAContextID context_id; /* to identify this context */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment