diff options
author | Austin Yuan <shengquan.yuan@intel.com> | 2008-12-19 11:34:22 -0500 |
---|---|---|
committer | Austin Yuan <shengquan.yuan@intel.com> | 2008-12-19 11:34:22 -0500 |
commit | f08cc6d5b8f0b2b2bb3034e7d846076bfd0966cd (patch) | |
tree | 9f46ad552edb2116f9fb396e2c1aa63ee5888802 | |
parent | c4f813bcc1086a15ee3ef6d8fe82a70419744a37 (diff) |
Add definition of FOURCC IYUVlincroft-gfx-video-prealpha-rc3lincroft-gfx-video-prealpha-rc2-encode-hotfix
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
-rwxr-xr-x | src/va.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1247,6 +1247,7 @@ VAStatus vaQuerySurfaceStatus ( #define VA_FOURCC_NV11 0x3131564e #define VA_FOURCC_YV12 0x32315659 #define VA_FOURCC_P208 0x38303250 +#define VA_FOURCC_IYUV 0x56555949 /* byte order */ #define VA_LSB_FIRST 1 |