Crop the incoming frames if they deviate slightly from the expected size

Fixes #1466
This commit is contained in:
Cameron Gutman
2026-01-11 20:58:48 -06:00
parent cd13910e6c
commit d865c77975
2 changed files with 30 additions and 0 deletions
+2
View File
@@ -124,6 +124,8 @@ private:
int m_LastFrameNumber;
int m_StreamFps;
int m_OriginalVideoWidth;
int m_OriginalVideoHeight;
int m_VideoFormat;
bool m_NeedsSpsFixup;
bool m_TestOnly;