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