aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-05-18 17:02:18 -0700
committerChris Robinson <[email protected]>2011-05-18 17:02:18 -0700
commitc00b2f92542f232cc6d8da90dcdcc562ee04e3ff (patch)
treed820f0b5e063026ec9018905ebb266d86e8f4d58 /OpenAL32/Include
parent35c38e0b5eb84932bdac2cff4908709064867852 (diff)
Avoid looking in the buffer queue to find the frame size
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alSource.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h
index 806019e0..53d7f53c 100644
--- a/OpenAL32/Include/alSource.h
+++ b/OpenAL32/Include/alSource.h
@@ -87,6 +87,7 @@ typedef struct ALsource
ALint lSourceType;
ALuint NumChannels;
+ ALuint SampleSize;
/* HRTF info */
ALfloat HrtfHistory[MAXCHANNELS][HRTF_LENGTH];