mirror of
https://github.com/pion/mediadevices.git
synced 2026-04-23 00:07:29 +08:00
72c1d7bb89
[src-px]->[dst-px] of 4x1px to 2x1px scaling was 0->0, 1->1, 2->1, 3->2(out of bounds) Fix it to be 0->0, 1->0, 2->1, 3->1