Demote DXVA2 renderer to second pass of hwaccels

This commit is contained in:
Cameron Gutman
2024-03-26 23:04:54 -05:00
parent 9be782ae8e
commit cefa567f95
3 changed files with 6 additions and 45 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ private:
#define DXVA2_QUIRK_NO_VP 0x01
#define DXVA2_QUIRK_SET_DEST_FORMAT 0x02
#define DXVA2_QUIRK_WDDM_20_PLUS 0x04
#define DXVA2_QUIRK_WDDM_20_PLUS 0x04 // Unused
#define DXVA2_QUIRK_MULTI_GPU 0x08
int m_DeviceQuirks;
};