We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae42a8 commit 52893daCopy full SHA for 52893da
AVInput/AVInputUtils.h
@@ -23,9 +23,9 @@
23
// #define INPUT_TYPE_STRING_ALL "ALL"
24
// #define INPUT_TYPE_STRING_HDMI "HDMI"
25
// #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"
+static const string INPUT_TYPE_STRING_ALL "ALL"
+static const string INPUT_TYPE_STRING_HDMI "HDMI"
+static const string INPUT_TYPE_STRING_COMPOSITE "COMPOSITE"
29
30
// #define INPUT_TYPE_INT_ALL -1
31
// #define INPUT_TYPE_INT_HDMI 0
0 commit comments