diff options
author | Austin Yuan <shengquan.yuan@intel.com> | 2008-07-09 07:26:10 -0400 |
---|---|---|
committer | Austin Yuan <shengquan.yuan@intel.com> | 2008-07-09 07:26:10 -0400 |
commit | bfcc7bfda2e119d8675ea1a53972066a605f0ba7 (patch) | |
tree | 25f997c67ab7f9afeddbf1af34d7ce95a8ffff4e | |
parent | 9a99f941aad079c3cd6b67bd4a1b1642ee67750a (diff) |
Added some FOURCC definitions
-rwxr-xr-x | src/va.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1226,6 +1226,12 @@ VAStatus vaQuerySurfaceStatus ( #define VA_FOURCC_NV12 0x3231564E #define VA_FOURCC_AI44 0x34344149 #define VA_FOURCC_RGBA 0x41424752 +#define VA_FOURCC_UYVY 0x59565955 +#define VA_FOURCC_YUY2 0x32595559 +#define VA_FOURCC_AYUV 0x56555941 +#define VA_FOURCC_NV11 0x3131564e +#define VA_FOURCC_YV12 0x32315659 +#define VA_FOURCC_P208 0x38303250 /* byte order */ #define VA_LSB_FIRST 1 |