Revert "Increase the number of decoder surfaces for DXVA2/D3D11VA"

This reverts commit 02c781b8f4.
This commit is contained in:
Cameron Gutman
2022-10-15 14:32:12 -05:00
parent 6771877a84
commit 9e4337babf
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ private:
int m_DisplayHeight;
struct dxva_context m_DXVAContext;
IDirect3DSurface9* m_DecSurfaces[32];
IDirect3DSurface9* m_DecSurfaces[19];
DXVA2_ConfigPictureDecode m_Config;
IDirectXVideoDecoderService* m_DecService;
IDirectXVideoDecoder* m_Decoder;