aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alBuffer.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2010-11-27 22:55:20 -0800
committerChris Robinson <[email protected]>2010-11-27 22:55:20 -0800
commit2fd8d6916bae6b681f065e5dfe1f962641f41533 (patch)
treeb7571b820aa7cc8ada05ebd58c7efa7f4b8d5c95 /OpenAL32/Include/alBuffer.h
parentb4eaf1ab5a675ff0d75fbec2239fb0ce44d3e06c (diff)
Support rear formats directly in the mixer
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 c8220a12..7d5b4fc2 100644
--- a/OpenAL32/Include/alBuffer.h
+++ b/OpenAL32/Include/alBuffer.h
@@ -41,6 +41,7 @@ enum FmtChannels {
FmtMono,
FmtStereo,
FmtQuad,
+ FmtRear,
Fmt51ChanWFX,
Fmt61ChanWFX,
Fmt71ChanWFX,