[vlc-commits] contrib: dxgi1_4: list more colorspaces
Steve Lhomme
git at videolan.org
Mon Aug 1 09:55:21 CEST 2016
vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Fri Jul 29 12:17:21 2016 +0200| [a3ffac42c6f866e8bcba021698f6815ab1ace558] | committer: Jean-Baptiste Kempf
contrib: dxgi1_4: list more colorspaces
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a3ffac42c6f866e8bcba021698f6815ab1ace558
---
contrib/src/d3d11/dxgi1_4.idl | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/contrib/src/d3d11/dxgi1_4.idl b/contrib/src/d3d11/dxgi1_4.idl
index 3ada33f..1a8e508 100644
--- a/contrib/src/d3d11/dxgi1_4.idl
+++ b/contrib/src/d3d11/dxgi1_4.idl
@@ -31,6 +31,12 @@ typedef enum DXGI_COLOR_SPACE_TYPE {
DXGI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P709 = 9,
DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P2020 = 10,
DXGI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P2020 = 11,
+ DXGI_COLOR_SPACE_RGB_FULL_G2084_NONE_P2020 = 12,
+ DXGI_COLOR_SPACE_YCBCR_STUDIO_G2084_LEFT_P2020 = 13,
+ DXGI_COLOR_SPACE_RGB_STUDIO_G2084_NONE_P2020 = 14,
+ DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_TOPLEFT_P2020 = 15,
+ DXGI_COLOR_SPACE_YCBCR_STUDIO_G2084_TOPLEFT_P2020 = 16,
+ DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P2020 = 17,
DXGI_COLOR_SPACE_CUSTOM = 0xFFFFFFFF,
} DXGI_COLOR_SPACE_TYPE;
More information about the vlc-commits
mailing list