aboutsummaryrefslogtreecommitdiffstats
path: root/src/OutputThread.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/OutputThread.cxx')
-rw-r--r--src/OutputThread.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/OutputThread.cxx b/src/OutputThread.cxx
index d072b50cd..1f6a21654 100644
--- a/src/OutputThread.cxx
+++ b/src/OutputThread.cxx
@@ -395,8 +395,7 @@ ao_filter_chunk(struct audio_output *ao, const struct music_chunk *chunk,
if (length > other_length)
length = other_length;
- void *dest = pcm_buffer_get(&ao->cross_fade_buffer,
- other_length);
+ void *dest = ao->cross_fade_buffer.Get(other_length);
memcpy(dest, other_data, other_length);
if (!pcm_mix(dest, data, length,
sample_format(ao->in_audio_format.format),