summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldo Bastian <waldo.bastian@intel.com>2007-11-01 12:26:37 -0700
committerWaldo Bastian <waldo.bastian@intel.com>2007-11-01 12:26:37 -0700
commita0e81bbb0b3a4756b8ef3fe50733786ded414922 (patch)
tree06641161106f96162c7236a3d14e1295b390673f
parent1f57080209a51eb4acf0203acd46884fb45b6ed9 (diff)
downloadlibva-a0e81bbb0b3a4756b8ef3fe50733786ded414922.tar.gz
Define VA_LSB_FIRST / VA_MSB_FIRST
-rwxr-xr-xsrc/va.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/va.h b/src/va.h
index 01c5b87..449ebdd 100755
--- a/src/va.h
+++ b/src/va.h
@@ -1110,6 +1110,10 @@ VAStatus vaDbgCopySurfaceToBuffer(VADisplay dpy,
#define VA_FOURCC_AI44 0x34344149
#define VA_FOURCC_RGBA 0x41424752
+/* byte order */
+#define VA_LSB_FIRST 1
+#define VA_MSB_FIRST 2
+
typedef struct _VAImageFormat
{
unsigned int fourcc;