Fix indexing of camera type enum so that printing out from CameraType_Strings works
This commit is contained in:
parent
2dfbc013cb
commit
7079516e09
|
@ -64,7 +64,7 @@ public:
|
||||||
} Function;
|
} Function;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
LOCAL,
|
LOCAL=1,
|
||||||
REMOTE,
|
REMOTE,
|
||||||
FILE,
|
FILE,
|
||||||
FFMPEG,
|
FFMPEG,
|
||||||
|
|
Loading…
Reference in New Issue