summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryakui.zhao@intel.com <yakui.zhao@intel.com>2014-01-28 13:46:17 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2014-02-20 14:49:27 +0800
commite3f83e524264e073a9815c245a9f194a1651cff6 (patch)
tree06742b359d7c4ab386cf16f60624679e7900f5ec
parentfae9c44816a4c3cfc480d2879d1b4a0c1c3a1527 (diff)
libva:Add the bits mask of color-sapce conversion standards
Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
-rw-r--r--va/va.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/va/va.h b/va/va.h
index 137b416..66bad78 100644
--- a/va/va.h
+++ b/va/va.h
@@ -204,6 +204,7 @@ typedef int VAStatus; /* Return status type from functions */
#define VA_CLEAR_DRAWABLE 0x00000008
/* Color space conversion flags for vaPutSurface() */
+#define VA_SRC_COLOR_MASK 0x000000f0
#define VA_SRC_BT601 0x00000010
#define VA_SRC_BT709 0x00000020
#define VA_SRC_SMPTE_240 0x00000040