Commit bfcc7bfd authored by Austin Yuan's avatar Austin Yuan

Added some FOURCC definitions

parent 9a99f941
......@@ -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
......
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