aboutsummaryrefslogtreecommitdiffstats
path: root/al/buffer.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-08-25 02:38:44 -0700
committerChris Robinson <[email protected]>2020-08-25 02:38:44 -0700
commite98a0585951e150df81179e47a55f34f6d1206b7 (patch)
tree8cc6eeb8ef3849c5421032997a3f7b46d8ea83f8 /al/buffer.h
parenta6bd53c4e1de084d93541f23d391154d7949b678 (diff)
Fix handling doubles
Diffstat (limited to 'al/buffer.h')
-rw-r--r--al/buffer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/al/buffer.h b/al/buffer.h
index ab4fa333..5faded0d 100644
--- a/al/buffer.h
+++ b/al/buffer.h
@@ -20,9 +20,9 @@ enum UserFmtType : unsigned char {
UserFmtFloat = FmtFloat,
UserFmtMulaw = FmtMulaw,
UserFmtAlaw = FmtAlaw,
+ UserFmtDouble = FmtDouble,
- UserFmtDouble = 128,
- UserFmtIMA4,
+ UserFmtIMA4 = 128,
UserFmtMSADPCM,
};
enum UserFmtChannels : unsigned char {