mirror of https://github.com/mpv-player/mpv
d3d11_helpers: remove not needed compatibility define
This commit is contained in:
parent
e7e759cdfd
commit
d650b3a5a3
|
@ -27,15 +27,6 @@
|
|||
|
||||
#include "video/mp_image.h"
|
||||
|
||||
#define D3D_FEATURE_LEVEL_12_0 (0xc000)
|
||||
#define D3D_FEATURE_LEVEL_12_1 (0xc100)
|
||||
|
||||
#define DXGI_COLOR_SPACE_RGB_STUDIO_G24_NONE_P709 ((DXGI_COLOR_SPACE_TYPE)20)
|
||||
#define DXGI_COLOR_SPACE_RGB_STUDIO_G24_NONE_P2020 ((DXGI_COLOR_SPACE_TYPE)21)
|
||||
#define DXGI_COLOR_SPACE_YCBCR_STUDIO_G24_LEFT_P709 ((DXGI_COLOR_SPACE_TYPE)22)
|
||||
#define DXGI_COLOR_SPACE_YCBCR_STUDIO_G24_LEFT_P2020 ((DXGI_COLOR_SPACE_TYPE)23)
|
||||
#define DXGI_COLOR_SPACE_YCBCR_STUDIO_G24_TOPLEFT_P2020 ((DXGI_COLOR_SPACE_TYPE)24)
|
||||
|
||||
#if !HAVE_DXGI_DEBUG_D3D11
|
||||
DEFINE_GUID(DXGI_DEBUG_D3D11, 0x4b99317b, 0xac39, 0x4aa6, 0xbb, 0xb, 0xba, 0xa0, 0x47, 0x84, 0x79, 0x8f);
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue