From c00b2f92542f232cc6d8da90dcdcc562ee04e3ff Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 18 May 2011 17:02:18 -0700 Subject: Avoid looking in the buffer queue to find the frame size --- OpenAL32/Include/alSource.h | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenAL32/Include/alSource.h') 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]; -- cgit v1.2.3