summaryrefslogtreecommitdiff
path: root/src/libmusepack/xine_musepack_decoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libmusepack/xine_musepack_decoder.c')
-rw-r--r--src/libmusepack/xine_musepack_decoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmusepack/xine_musepack_decoder.c b/src/libmusepack/xine_musepack_decoder.c
index 26c2eddf5..44f2444d6 100644
--- a/src/libmusepack/xine_musepack_decoder.c
+++ b/src/libmusepack/xine_musepack_decoder.c
@@ -273,7 +273,7 @@ static void mpc_decode_data (audio_decoder_t *this_gen, buf_element_t *buf) {
/* if the audio output is not open yet, open the audio output */
if (!this->output_open) {
- this->output_open = this->stream->audio_out->open(
+ this->output_open = (this->stream->audio_out->open) (
this->stream->audio_out,
this->stream,
this->bits_per_sample,