Skip to content

Commit 2f205d2

Browse files
committed
fix: mac start error
1 parent 8bcd984 commit 2f205d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

QtScrcpy/util/config.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
#define COMMON_LOG_LEVEL_DEF "info"
4040

4141
#define COMMON_CODEC_OPTIONS_KEY "CodecOptions"
42-
#define COMMON_CODEC_OPTIONS_DEF "-"
42+
#define COMMON_CODEC_OPTIONS_DEF ""
4343

4444
#define COMMON_CODEC_NAME_KEY "CodecName"
45-
#define COMMON_CODEC_NAME_DEF "-"
45+
#define COMMON_CODEC_NAME_DEF ""
4646

4747
// user config
4848
#define COMMON_RECORD_KEY "RecordPath"

0 commit comments

Comments
 (0)