mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Rename --codec-options to --video-codec-options
This prepares the introduction of --audio-codec-options.
This commit is contained in:
parent
207ae8b73c
commit
f3b4160d77
11 changed files with 49 additions and 39 deletions
|
|
@ -7,7 +7,7 @@ const struct scrcpy_options scrcpy_options_default = {
|
|||
.window_title = NULL,
|
||||
.push_target = NULL,
|
||||
.render_driver = NULL,
|
||||
.codec_options = NULL,
|
||||
.video_codec_options = NULL,
|
||||
.encoder_name = NULL,
|
||||
#ifdef HAVE_V4L2
|
||||
.v4l2_device = NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue