Commit a0e81bbb authored by Waldo Bastian's avatar Waldo Bastian

Define VA_LSB_FIRST / VA_MSB_FIRST

parent 1f570802
...@@ -1110,6 +1110,10 @@ VAStatus vaDbgCopySurfaceToBuffer(VADisplay dpy, ...@@ -1110,6 +1110,10 @@ VAStatus vaDbgCopySurfaceToBuffer(VADisplay dpy,
#define VA_FOURCC_AI44 0x34344149 #define VA_FOURCC_AI44 0x34344149
#define VA_FOURCC_RGBA 0x41424752 #define VA_FOURCC_RGBA 0x41424752
/* byte order */
#define VA_LSB_FIRST 1
#define VA_MSB_FIRST 2
typedef struct _VAImageFormat typedef struct _VAImageFormat
{ {
unsigned int fourcc; unsigned int fourcc;
......
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