aboutsummaryrefslogtreecommitdiffstats
path: root/al/buffer.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2023-02-14 09:06:50 -0800
committerChris Robinson <[email protected]>2023-02-14 09:06:50 -0800
commit1b3c8f606c2c11757ae386e909c6a9778c40df1a (patch)
tree14519a6c44c5173dad19b5293793a20e2fc5736d /al/buffer.h
parent5c8855b9a1849af855923aa1b87005febd01704b (diff)
Don't convert MS ADPCM on load
Diffstat (limited to 'al/buffer.h')
-rw-r--r--al/buffer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/al/buffer.h b/al/buffer.h
index dbaa7317..a22ba438 100644
--- a/al/buffer.h
+++ b/al/buffer.h
@@ -25,8 +25,7 @@ enum UserFmtType : unsigned char {
UserFmtAlaw = FmtAlaw,
UserFmtDouble = FmtDouble,
UserFmtIMA4 = FmtIMA4,
-
- UserFmtMSADPCM = 128,
+ UserFmtMSADPCM = FmtMSADPCM,
};
enum UserFmtChannels : unsigned char {
UserFmtMono = FmtMono,