zachsaw / MPDN_Extensions

Media Player .Net (MPDN) Open Source Extensions
Other
58 stars 18 forks source link

[Fix] Stack overflow on failed chromascaler resize. #226

Closed Shiandow closed 8 years ago

Shiandow commented 8 years ago

Chroma scaler failed, calling "SetSize' on the fallback would make an identical chroma scaler, which would also fail etc.

To prevent this fallback should only be changed manually, when appropriate.