Rename --bit-rate to --video-bit-rate

This prepares the introduction of --audio-bit-rate.
This commit is contained in:
Romain Vimont
2023-02-21 19:56:44 +01:00
parent 3513fc7809
commit 0c2e2b998d
14 changed files with 29 additions and 29 deletions

View File

@@ -28,7 +28,7 @@ const struct scrcpy_options scrcpy_options_default = {
.count = 2,
},
.max_size = 0,
.bit_rate = 0,
.video_bit_rate = 0,
.max_fps = 0,
.lock_video_orientation = SC_LOCK_VIDEO_ORIENTATION_UNLOCKED,
.rotation = 0,