scrcpy/app
Romain Vimont b16b65a715 Simplify default values
It makes sense to extract default values for bitrate and port range
(which are arbitrary and might be changed in the future).

However, the default values for "max size" and "lock video orientation"
are naturally unlimited/unlocked, and will never be changed. Extracting
these options just added complexity for no benefit, so hardcode them.
2021-02-25 22:19:05 +01:00
..
src Simplify default values 2021-02-25 22:19:05 +01:00
tests Replace SDL_strdup() by strdup() 2021-02-17 09:54:03 +01:00
meson.build Simplify default values 2021-02-25 22:19:05 +01:00
scrcpy.1 Document --encoder option 2020-11-08 21:11:12 +01:00