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 d720d424d8
commit 004eb47d4a
16 changed files with 157 additions and 29 deletions

View File

@@ -55,6 +55,7 @@ struct sc_server_params {
bool select_tcpip;
bool cleanup;
bool power_on;
bool list_encoders;
};
struct sc_server {