Skip to content

Commit 52893da

Browse files
committed
AVInput COM-RPC Support: WIP
1 parent 3ae42a8 commit 52893da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

AVInput/AVInputUtils.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
// #define INPUT_TYPE_STRING_ALL "ALL"
2424
// #define INPUT_TYPE_STRING_HDMI "HDMI"
2525
// #define INPUT_TYPE_STRING_COMPOSITE "COMPOSITE"
26-
static const string& INPUT_TYPE_STRING_ALL "ALL"
27-
static const string& INPUT_TYPE_STRING_HDMI "HDMI"
28-
static const string& INPUT_TYPE_STRING_COMPOSITE "COMPOSITE"
26+
static const string INPUT_TYPE_STRING_ALL "ALL"
27+
static const string INPUT_TYPE_STRING_HDMI "HDMI"
28+
static const string INPUT_TYPE_STRING_COMPOSITE "COMPOSITE"
2929

3030
// #define INPUT_TYPE_INT_ALL -1
3131
// #define INPUT_TYPE_INT_HDMI 0

0 commit comments

Comments
 (0)