summaryrefslogtreecommitdiff
path: root/src/i965_fourcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/i965_fourcc.h')
-rw-r--r--src/i965_fourcc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/i965_fourcc.h b/src/i965_fourcc.h
index 55daf50..c440dcd 100644
--- a/src/i965_fourcc.h
+++ b/src/i965_fourcc.h
@@ -33,6 +33,10 @@
#define VA_FOURCC_YVY2 VA_FOURCC('Y','V','Y','2')
#endif
+#ifndef VA_FOURCC_I010
+#define VA_FOURCC_I010 VA_FOURCC('I','0','1','0')
+#endif
+
#define I965_MAX_PLANES 4
#define I965_MAX_COMONENTS 4