From cdd955c5964cd43a72294a6afb61f49dc6c72a57 Mon Sep 17 00:00:00 2001 From: Thibaut Mattern Date: Fri, 3 Jan 2003 01:14:25 +0000 Subject: Assumes this job. CVS patchset: 3757 CVS date: 2003/01/03 01:14:25 --- src/libmad/xine_decoder.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/libmad/xine_decoder.c b/src/libmad/xine_decoder.c index 07bd9d192..dde85788f 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.37 2002/12/21 16:35:46 esnel Exp $ + * $Id: xine_decoder.c,v 1.38 2003/01/03 01:14:25 tmattern Exp $ * * stuff needed to turn libmad into a xine decoder plugin */ @@ -201,6 +201,8 @@ static void mad_decode_data (audio_decoder_t *this_gen, buf_element_t *buf) { this->xstream->meta_info[XINE_META_INFO_AUDIOCODEC] = strdup ("MPEG audio"); } + + this->xstream->stream_info[XINE_STREAM_INFO_AUDIO_HANDLED] = 1; if (this->output_open) { this->xstream->audio_out->close (this->xstream->audio_out, this->xstream); -- cgit v1.2.3