scrcpy/server/src
Romain Vimont dac7196bd6 Support screens with dimensions not divisible by 8
The codec only supports dimensions which are multiple of 8.

Thus, when --max-size is specified, the value is always rounded down to
the nearest multiple of 8.

However, it was wrongly assumed that the physical size is always a
multiple of 8. To support such devices, also round down the physical
screen dimensions.

Fixes <https://github.com/Genymobile/scrcpy/issues/39>.
2018-03-11 14:09:25 +01:00
..
main Support screens with dimensions not divisible by 8 2018-03-11 14:09:25 +01:00
test/java/com/genymobile/scrcpy Fix text input event segfault 2018-03-09 22:30:10 +01:00