No need for the gap on the enum

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

View file

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