scrcpy/app
Romain Vimont 6965d051ae Limit bitrate range to 31 bits integer
A proper solution could be to use "long long" instead (guaranteed to be
at least 64 bits), but it adds its own problems (e.g. "%lld" is not
supported as a printf format on all platforms).

In practice, we don't need such high values, so keep it simple.

Fixes #995 <https://github.com/Genymobile/scrcpy/issues/995>
2019-12-10 09:28:27 +01:00
..
src Limit bitrate range to 31 bits integer 2019-12-10 09:28:27 +01:00
tests Define SDL_MAIN_HANDLED in all tests 2019-12-09 23:24:39 +01:00
meson.build Do not build tests in release mode 2019-12-09 23:24:39 +01:00
scrcpy.1 Merge branch 'master' into dev 2019-12-09 22:37:20 +01:00