Remove unnecessary value (count) from enum

This commit is contained in:
bkrypt
2022-04-30 20:42:42 +02:00
parent 4911df9f99
commit 9e69452327

View File

@@ -193,7 +193,6 @@ format :: enum c.int {
s24 = 3, /* Tightly packed. 3 bytes per sample. */
s32 = 4,
f32 = 5,
count,
}
standard_sample_rate :: enum u32 {