mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
The YUV CODEC test case exposed a bug where, for an image with a height less than the number of CPUs in a system, the block size in lines would end up being zero. This resulted in a divide by zero when parcelling up workloads for the thread pool.