No need for the gap on the enum

This commit is contained in:
gdkchan 2020-03-24 22:37:30 -03:00
parent 5ec9ef279c
commit f2590adc44

View file

@ -3,8 +3,8 @@
enum VideoType
{
U8 = 0,
U16 = 2,
U32 = 3,
U16 = 1,
U32 = 2,
Signed = 1 << 2,