Rename --codec-options to --video-codec-options

This prepares the introduction of --audio-codec-options.
This commit is contained in:
Romain Vimont
2023-02-21 21:46:34 +01:00
parent ad51a2b411
commit 705d69aaea
11 changed files with 49 additions and 39 deletions

View File

@@ -328,7 +328,7 @@ scrcpy(struct scrcpy_options *options) {
.audio = options->audio,
.show_touches = options->show_touches,
.stay_awake = options->stay_awake,
.codec_options = options->codec_options,
.video_codec_options = options->video_codec_options,
.encoder_name = options->encoder_name,
.force_adb_forward = options->force_adb_forward,
.power_off_on_close = options->power_off_on_close,