diff options
Diffstat (limited to 'src/libfaad')
-rw-r--r-- | src/libfaad/xine_faad_decoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libfaad/xine_faad_decoder.c b/src/libfaad/xine_faad_decoder.c index aa528a34d..3ce1852d3 100644 --- a/src/libfaad/xine_faad_decoder.c +++ b/src/libfaad/xine_faad_decoder.c @@ -199,7 +199,7 @@ static int faad_open_output( faad_decoder_t *this ) { break; } - this->output_open = this->stream->audio_out->open (this->stream->audio_out, + this->output_open = (this->stream->audio_out->open) (this->stream->audio_out, this->stream, this->bits_per_sample, this->rate, |