Fix video scaling on DXVA2

This commit is contained in:
Cameron Gutman
2018-07-18 19:10:14 -07:00
parent a4ad58d9ec
commit 06501bd4b7
2 changed files with 43 additions and 13 deletions
+5 -2
View File
@@ -39,8 +39,11 @@ private:
const enum AVPixelFormat* pixFmts);
int m_VideoFormat;
int m_Width;
int m_Height;
int m_VideoWidth;
int m_VideoHeight;
int m_DisplayWidth;
int m_DisplayHeight;
SDL_Renderer* m_SdlRenderer;