mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 17:04:24 +09:00
When copying image data consider formats that only differ on use of alpha data equal. This allows using the optimized copy routine instead of the slower color conversion routine. Fixes #3616