Rename --bit-rate to --video-bit-rate
This prepares the introduction of --audio-bit-rate.
This commit is contained in:
@@ -320,7 +320,7 @@ scrcpy(struct scrcpy_options *options) {
|
||||
.tunnel_host = options->tunnel_host,
|
||||
.tunnel_port = options->tunnel_port,
|
||||
.max_size = options->max_size,
|
||||
.bit_rate = options->bit_rate,
|
||||
.video_bit_rate = options->video_bit_rate,
|
||||
.max_fps = options->max_fps,
|
||||
.lock_video_orientation = options->lock_video_orientation,
|
||||
.control = options->control,
|
||||
|
||||
Reference in New Issue
Block a user