You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
5 years ago
..
src Limit bitrate range to 31 bits integer 5 years ago
tests Define SDL_MAIN_HANDLED in all tests 5 years ago
meson.build Do not build tests in release mode 5 years ago
scrcpy.1 Merge branch 'master' into dev 5 years ago