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
|
|
@ -27,7 +27,7 @@ struct sc_server_params {
|
|||
enum sc_log_level log_level;
|
||||
enum sc_codec video_codec;
|
||||
const char *crop;
|
||||
const char *codec_options;
|
||||
const char *video_codec_options;
|
||||
const char *encoder_name;
|
||||
struct sc_port_range port_range;
|
||||
uint32_t tunnel_host;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue