From 89b2bf76f80eb05badeb340e2a00a8fbb6e17db3 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Wed, 8 Jan 2003 01:02:27 +0000 Subject: fixes/cleanups of the handled/unhandled codecs for more information see message on xine-devel CVS patchset: 3818 CVS date: 2003/01/08 01:02:27 --- src/libmad/xine_decoder.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/libmad') diff --git a/src/libmad/xine_decoder.c b/src/libmad/xine_decoder.c index dde85788f..7e939bbf6 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.38 2003/01/03 01:14:25 tmattern Exp $ + * $Id: xine_decoder.c,v 1.39 2003/01/08 01:02:29 miguelfreitas Exp $ * * stuff needed to turn libmad into a xine decoder plugin */ @@ -202,8 +202,6 @@ static void mad_decode_data (audio_decoder_t *this_gen, buf_element_t *buf) { = 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); this->output_open = 0; -- cgit v1.2.3