aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-04-26 18:17:50 -0700
committerChris Robinson <[email protected]>2011-04-26 18:17:50 -0700
commitd50f9249d62621c1bf28d0434f9c020eb164acf2 (patch)
tree64548c8deafa501ef7487ef18479ffef038d7248 /Alc/ALc.c
parent10a9753183567ad36fbcc3228ded34c5beebdbd2 (diff)
Add support for packed 24-bit samples
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index dc781835..b30c2370 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -920,6 +920,8 @@ ALboolean IsValidType(ALenum type)
case AL_DOUBLE:
case AL_MULAW:
case AL_IMA4:
+ case AL_BYTE3:
+ case AL_UNSIGNED_BYTE3:
return AL_TRUE;
}
return AL_FALSE;