Fix index of CAMERA_TYPE

pull/4202/head
Isaac Connor 2022-05-18 18:58:51 -04:00
parent e362f3cdfb
commit ee22f056c5
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ public:
} Function;
typedef enum {
LOCAL,
LOCAL=1,
REMOTE,
FILE,
FFMPEG,