aboutsummaryrefslogtreecommitdiffstats
path: root/al/buffer.h
diff options
context:
space:
mode:
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 {