OSDN Git Service

libva:Add the bits mask of color-sapce conversion standards
authoryakui.zhao@intel.com <yakui.zhao@intel.com>
Tue, 28 Jan 2014 05:46:17 +0000 (13:46 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Thu, 2 Apr 2015 02:25:45 +0000 (10:25 +0800)
Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
(cherry picked from commit e3f83e524264e073a9815c245a9f194a1651cff6)

Conflicts:
va/va.h

va/va.h

diff --git a/va/va.h b/va/va.h
index f8a2d31..5ad9b86 100644 (file)
--- a/va/va.h
+++ b/va/va.h
@@ -205,6 +205,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