mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Remove default bit-rate on client side
If no bit-rate is passed, let the server use the default value (8Mbps). This avoids to define a default value on both sides, and to pass the default bit-rate as an argument when starting the server. PR #3757 <https://github.com/Genymobile/scrcpy/pull/3757>
This commit is contained in:
parent
ef2bb6787d
commit
4e7bc84a4e
5 changed files with 6 additions and 8 deletions
|
|
@ -107,7 +107,7 @@ static const struct sc_option options[] = {
|
|||
.argdesc = "value",
|
||||
.text = "Encode the video at the given bit-rate, expressed in bits/s. "
|
||||
"Unit suffixes are supported: 'K' (x1000) and 'M' (x1000000).\n"
|
||||
"Default is " STR(DEFAULT_BIT_RATE) ".",
|
||||
"Default is 8M (8000000).",
|
||||
},
|
||||
{
|
||||
.longopt_id = OPT_CODEC,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue