From b4318842289b4f57e34d08da6a084abc5b8d61d1 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Sat, 19 Oct 2002 18:08:01 +0000 Subject: set audio_out CVS patchset: 2859 CVS date: 2002/10/19 18:08:01 --- src/libmad/xine_decoder.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/libmad/xine_decoder.c b/src/libmad/xine_decoder.c index 526eb75f3..cc766fdec 100644 --- a/src/libmad/xine_decoder.c +++ b/src/libmad/xine_decoder.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine_decoder.c,v 1.29 2002/10/17 17:43:43 mroi Exp $ + * $Id: xine_decoder.c,v 1.30 2002/10/19 18:08:01 guenter Exp $ * * stuff needed to turn libmad into a xine decoder plugin */ @@ -259,7 +259,8 @@ static audio_decoder_t *open_plugin (audio_decoder_class_t *class_gen, xine_stre this->audio_decoder.decode_data = mad_decode_data; this->audio_decoder.reset = mad_reset; this->audio_decoder.dispose = mad_dispose; - + + this->audio_out = stream->audio_out; this->output_open = 0; this->bytes_in_buffer = 0; -- cgit v1.2.3