From 8a3b821e68111c0a30d50f3f398740d53923f74c Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sun, 9 Mar 2003 12:18:01 +0000 Subject: remove my debugging CVS patchset: 4387 CVS date: 2003/03/09 12:18:01 --- src/demuxers/demux_mpgaudio.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/demuxers/demux_mpgaudio.c b/src/demuxers/demux_mpgaudio.c index 1ee0db12e..a904b8017 100644 --- a/src/demuxers/demux_mpgaudio.c +++ b/src/demuxers/demux_mpgaudio.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: demux_mpgaudio.c,v 1.94 2003/03/09 11:49:01 mroi Exp $ + * $Id: demux_mpgaudio.c,v 1.95 2003/03/09 12:18:01 mroi Exp $ * * demultiplexer for mpeg audio (i.e. mp3) streams * @@ -514,7 +514,6 @@ static demux_plugin_t *open_plugin (demux_class_t *class_gen, xine_stream_t *str /* disqualify the file if it is, in fact, an AVI file or has a CDXA * marker */ - printf("demux_mpgaudio: AVI_TAG: 0x%08x, riff_check: 0x%08x\n", AVI_TAG, BE_32(riff_check)); if ((BE_32(riff_check) == AVI_TAG) || (BE_32(riff_check) == CDXA_TAG)) { #ifdef LOG -- cgit v1.2.3