Rename --encoder to --video-encoder

This prepares the introduction of --audio-encoder.
This commit is contained in:
Romain Vimont
2023-02-22 22:44:01 +01:00
parent 705d69aaea
commit 8a5be9e2a6
12 changed files with 41 additions and 31 deletions

View File

@@ -94,7 +94,7 @@ struct scrcpy_options {
const char *push_target;
const char *render_driver;
const char *video_codec_options;
const char *encoder_name;
const char *video_encoder;
#ifdef HAVE_V4L2
const char *v4l2_device;
#endif