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 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.
4 years ago
..
src Simplify default values 4 years ago
tests Replace SDL_strdup() by strdup() 4 years ago
meson.build Simplify default values 4 years ago
scrcpy.1 Document --encoder option 4 years ago