diff options
Diffstat (limited to 'src/combined/xine_speex_decoder.c')
-rw-r--r-- | src/combined/xine_speex_decoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/combined/xine_speex_decoder.c b/src/combined/xine_speex_decoder.c index d886f9153..aca048c8f 100644 --- a/src/combined/xine_speex_decoder.c +++ b/src/combined/xine_speex_decoder.c @@ -272,7 +272,7 @@ static void speex_decode_data (audio_decoder_t *this_gen, buf_element_t *buf) { if (!this->output_open) { this->output_open = - this->stream->audio_out->open(this->stream->audio_out, + (this->stream->audio_out->open) (this->stream->audio_out, this->stream, 16, this->rate, |