diff options
Diffstat (limited to 'src/combined/decoder_flac.c')
-rw-r--r-- | src/combined/decoder_flac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/combined/decoder_flac.c b/src/combined/decoder_flac.c index 9b77cc27d..148f5e62c 100644 --- a/src/combined/decoder_flac.c +++ b/src/combined/decoder_flac.c @@ -259,7 +259,7 @@ flac_decode_data (audio_decoder_t *this_gen, buf_element_t *buf) 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, |