Signed-off-by: Derek Lesho <dlesho@codeweavers.com>
---
dlls/dxva2/main.c | 63 ++++++++++++++++++++++++++++-------------------
1 file changed, 38 insertions(+), 25 deletions(-)
diff --git a/dlls/dxva2/main.c b/dlls/dxva2/main.c
index 2fab82ff476..ee11b1d4f84 100644
--- a/dlls/dxva2/main.c
+++ b/dlls/dxva2/main.c
@@ -377,28 +377,48 @@ static HRESULT WINAPI device_manager_processor_service_RegisterVideoProcessorSof
return E_NOTIMPL;
}
-static BOOL dxva_is_supported_stream_format(const DXVA2_VideoDesc *video_desc)
+DEFINE_GUID(WINE_DXVA2_VideoProcHardwareDevice, 0x986666c3,0x32ac,0x4788,0xab,0x2a,0xd5,0x74,0x5f,0xf9,0x52,0xd8);
+
I'm not sure we necessarily need something that custom yet. I'm
going to test