diff options
Diffstat (limited to 'src/combined/wavpack_decoder.c')
-rw-r--r-- | src/combined/wavpack_decoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/combined/wavpack_decoder.c b/src/combined/wavpack_decoder.c index 1fceb3137..0929d1b8e 100644 --- a/src/combined/wavpack_decoder.c +++ b/src/combined/wavpack_decoder.c @@ -173,7 +173,7 @@ static void wavpack_decode_data (audio_decoder_t *const this_gen, buf_element_t 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, |