aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-05-26 04:07:50 -0700
committerChris Robinson <[email protected]>2014-05-26 04:07:50 -0700
commit2d2bc25fd0e67f5611ce1bf4113108b3acf2c416 (patch)
treefc140ab8adf0f4b6a4e5330aeebde80f97532877 /Alc
parentb6e1042e8c641a86b57b616497d2128cfbedbe54 (diff)
Add an extension string for the in-progress source length extension
This is the extension that allows you to get the full length of the source's buffer queue.
Diffstat (limited to 'Alc')
-rw-r--r--Alc/ALc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 5b26c09d..3b3e5397 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -719,7 +719,8 @@ static const ALchar alExtList[] =
"AL_EXT_MULAW_MCFORMATS AL_EXT_OFFSET AL_EXT_source_distance_model "
"AL_LOKI_quadriphonic AL_SOFT_block_alignment AL_SOFT_buffer_samples "
"AL_SOFT_buffer_sub_data AL_SOFT_deferred_updates AL_SOFT_direct_channels "
- "AL_SOFT_loop_points AL_SOFTX_MSADPCM AL_SOFT_source_latency";
+ "AL_SOFT_loop_points AL_SOFTX_MSADPCM AL_SOFT_source_latency "
+ "AL_SOFTX_source_length";
static volatile ALCenum LastNullDeviceError = ALC_NO_ERROR;