scrcpy/app
Romain Vimont 56bff2f718 Avoid compiler warning
The field lock_video_orientation may only take values between -1 and 3
(included). But the compiler may trigger a warning on the sprintf()
call, because its type could represent values which could overflow the
string (like "-128"):

> warning: ‘%i’ directive writing between 1 and 4 bytes into a region of
> size 3 [-Wformat-overflow=]

Increase the buffer size to remove the warning.
2020-05-24 21:11:21 +02:00
..
src Avoid compiler warning 2020-05-24 21:11:21 +02:00
tests Rename max length constant for text injection 2020-04-13 19:38:43 +02:00
meson.build Enable trilinear filtering for OpenGL 2020-04-15 17:39:51 +02:00
scrcpy.1 Add --codec-options 2020-05-24 14:54:34 +02:00