Add --list-encoders

Add an option to list the device encoders properly.
This commit is contained in:
Romain Vimont
2023-02-22 23:15:15 +01:00
parent 09c3ef52b7
commit 4b710b5307
16 changed files with 157 additions and 29 deletions

View File

@@ -72,4 +72,5 @@ const struct scrcpy_options scrcpy_options_default = {
.start_fps_counter = false,
.power_on = true,
.audio = true,
.list_encoders = false,
};