Commit 0108c576 authored by Gwenole Beauchesne's avatar Gwenole Beauchesne Committed by Austin Yuan

Add VA_INVALID_ID helper macro.

Signed-off-by: default avatarAustin Yuan <shengquan.yuan@intel.com>
parent ebb5f8ba
...@@ -364,7 +364,8 @@ typedef VAGenericID VAContextID; ...@@ -364,7 +364,8 @@ typedef VAGenericID VAContextID;
typedef VAGenericID VASurfaceID; typedef VAGenericID VASurfaceID;
#define VA_INVALID_SURFACE -1 #define VA_INVALID_ID 0xffffffff
#define VA_INVALID_SURFACE VA_INVALID_ID
/* /*
* vaCreateSurfaces - Create an array of surfaces used for decode and display * vaCreateSurfaces - Create an array of surfaces used for decode and display
......
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