Commit 454ef7c4 authored by Rafaël Carré's avatar Rafaël Carré

dxva2: don't define unused values

define DXVA2_E_NEW_VIDEO_DEVICE only if not defined already
parent a9060f35
...@@ -75,10 +75,9 @@ ...@@ -75,10 +75,9 @@
#endif #endif
/* */ /* */
#define DXVA2_E_NOT_INITIALIZED MAKE_HRESULT(1, 4, 4096) #ifndef DXVA2_E_NEW_VIDEO_DEVICE
#define DXVA2_E_NEW_VIDEO_DEVICE MAKE_HRESULT(1, 4, 4097) # define DXVA2_E_NEW_VIDEO_DEVICE MAKE_HRESULT(1, 4, 4097)
#define DXVA2_E_VIDEO_DEVICE_LOCKED MAKE_HRESULT(1, 4, 4098) #endif
#define DXVA2_E_NOT_AVAILABLE MAKE_HRESULT(1, 4, 4099)
static const GUID DXVA2_ModeMPEG2_MoComp = { static const GUID DXVA2_ModeMPEG2_MoComp = {
0xe6a9f44b, 0x61b0,0x4563, {0x9e,0xa4,0x63,0xd2,0xa3,0xc6,0xfe,0x66} 0xe6a9f44b, 0x61b0,0x4563, {0x9e,0xa4,0x63,0xd2,0xa3,0xc6,0xfe,0x66}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment