diff options
Diffstat (limited to 'src/combined/decoder_wavpack.c')
-rw-r--r-- | src/combined/decoder_wavpack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/combined/decoder_wavpack.c b/src/combined/decoder_wavpack.c index ec14dfbf5..e036e3bf8 100644 --- a/src/combined/decoder_wavpack.c +++ b/src/combined/decoder_wavpack.c @@ -171,7 +171,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, |