aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alBuffer.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-03-04 22:44:30 -0800
committerChris Robinson <[email protected]>2014-03-04 22:44:30 -0800
commita1c440bd09d6b0bec36ef84dc474306ce6171b26 (patch)
treeb0666578ef6110d6a956759445654c5adb054af1 /OpenAL32/Include/alBuffer.h
parentf3a87d72b266640a706ddd3234aa4313b53cabce (diff)
Add an extension to support MSADPCM buffer formats
Diffstat (limited to 'OpenAL32/Include/alBuffer.h')
-rw-r--r--OpenAL32/Include/alBuffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenAL32/Include/alBuffer.h b/OpenAL32/Include/alBuffer.h
index be426df2..10359d9d 100644
--- a/OpenAL32/Include/alBuffer.h
+++ b/OpenAL32/Include/alBuffer.h
@@ -22,6 +22,7 @@ enum UserFmtType {
UserFmtMulaw,
UserFmtAlaw,
UserFmtIMA4,
+ UserFmtMSADPCM,
};
enum UserFmtChannels {
UserFmtMono = AL_MONO_SOFT,