Commit f08cc6d5 authored by Austin Yuan's avatar Austin Yuan

Add definition of FOURCC IYUV

Signed-off-by: default avatarAustin Yuan <shengquan.yuan@intel.com>
parent c4f813bc
...@@ -1247,6 +1247,7 @@ VAStatus vaQuerySurfaceStatus ( ...@@ -1247,6 +1247,7 @@ VAStatus vaQuerySurfaceStatus (
#define VA_FOURCC_NV11 0x3131564e #define VA_FOURCC_NV11 0x3131564e
#define VA_FOURCC_YV12 0x32315659 #define VA_FOURCC_YV12 0x32315659
#define VA_FOURCC_P208 0x38303250 #define VA_FOURCC_P208 0x38303250
#define VA_FOURCC_IYUV 0x56555949
/* byte order */ /* byte order */
#define VA_LSB_FIRST 1 #define VA_LSB_FIRST 1
......
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