summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--va/va.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/va/va.h b/va/va.h
index 88fde4e..cd0032b 100644
--- a/va/va.h
+++ b/va/va.h
@@ -2281,6 +2281,11 @@ VAStatus vaQuerySurfaceError(
#define VA_FOURCC_RGBP 0x50424752
#define VA_FOURCC_BGRP 0x50524742
#define VA_FOURCC_411R 0x52313134 /* rotated 411P */
+/**
+ * Planar YUV 4:2:2.
+ * 8-bit Y plane, followed by 8-bit 2x1 subsampled V and U planes
+ */
+#define VA_FOURCC_YV16 0x36315659
/* byte order */
#define VA_LSB_FIRST 1