No need for the gap on the enum
This commit is contained in:
parent
5ec9ef279c
commit
f2590adc44
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
enum VideoType
|
||||
{
|
||||
U8 = 0,
|
||||
U16 = 2,
|
||||
U32 = 3,
|
||||
U16 = 1,
|
||||
U32 = 2,
|
||||
|
||||
Signed = 1 << 2,
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue