Rename --encoder to --video-encoder

This prepares the introduction of --audio-encoder.

PR #3757 <https://github.com/Genymobile/scrcpy/pull/3757>
This commit is contained in:
Romain Vimont
2023-02-22 22:44:01 +01:00
parent f40d7b78c2
commit c3dd91cf72
12 changed files with 41 additions and 31 deletions

View File

@@ -28,7 +28,7 @@ struct sc_server_params {
enum sc_codec video_codec;
const char *crop;
const char *video_codec_options;
const char *encoder_name;
const char *video_encoder;
struct sc_port_range port_range;
uint32_t tunnel_host;
uint16_t tunnel_port;