Factorize scrcpy options and command-line args
Do not duplicate all scrcpy options fields in the structure storing the parsed command-line arguments.
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
#include "queue.h"
|
||||
|
||||
enum recorder_format {
|
||||
RECORDER_FORMAT_MP4 = 1,
|
||||
RECORDER_FORMAT_AUTO,
|
||||
RECORDER_FORMAT_MP4,
|
||||
RECORDER_FORMAT_MKV,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user