Commit 1d724326 authored by Austin Yuan's avatar Austin Yuan

Added VA_STATUS_ERROR_INVALID_IMAGE_FORMAT

Signed-off-by: default avatarAustin Yuan <shengquan.yuan@gmail.com>
parent 4eed8bcc
......@@ -127,6 +127,7 @@ typedef int VAStatus; /* Return status type from functions */
#define VA_STATUS_ERROR_RESOLUTION_NOT_SUPPORTED 0x00000013
#define VA_STATUS_ERROR_UNIMPLEMENTED 0x00000014
#define VA_STATUS_ERROR_SURFACE_IN_DISPLAYING 0x00000015
#define VA_STATUS_ERROR_INVALID_IMAGE_FORMAT 0x00000016
#define VA_STATUS_ERROR_UNKNOWN 0xFFFFFFFF
/* De-interlacing flags for vaPutSurface() */
......
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