diff options
author | Chris Robinson <[email protected]> | 2014-05-26 04:07:50 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-05-26 04:07:50 -0700 |
commit | 2d2bc25fd0e67f5611ce1bf4113108b3acf2c416 (patch) | |
tree | fc140ab8adf0f4b6a4e5330aeebde80f97532877 /Alc | |
parent | b6e1042e8c641a86b57b616497d2128cfbedbe54 (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.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |