Make state enum start at 0 as we are indexing into an array for StateStrings
This commit is contained in:
parent
d94c100a72
commit
e35dc3902e
|
@ -100,7 +100,7 @@ public:
|
|||
} Deinterlace;
|
||||
|
||||
typedef enum {
|
||||
UNKNOWN=-1,
|
||||
UNKNOWN,
|
||||
IDLE,
|
||||
PREALARM,
|
||||
ALARM,
|
||||
|
|
Loading…
Reference in New Issue