Add --list-camera-sizes

This commit is contained in:
Romain Vimont
2023-10-24 23:46:56 +02:00
parent 4e34827822
commit d1fa44179e
9 changed files with 40 additions and 4 deletions

View File

@@ -183,6 +183,7 @@ struct scrcpy_options {
#define SC_OPTION_LIST_ENCODERS 0x1
#define SC_OPTION_LIST_DISPLAYS 0x2
#define SC_OPTION_LIST_CAMERAS 0x4
#define SC_OPTION_LIST_CAMERA_SIZES 0x8
uint8_t list;
};