diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-03-09 12:18:01 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-03-09 12:18:01 +0000 |
commit | 8a3b821e68111c0a30d50f3f398740d53923f74c (patch) | |
tree | 7383772521d5acd329effd0c8e00e7a059a07216 | |
parent | f6bf909b49336ea3f24fc2f12178cc9d4ff37799 (diff) | |
download | xine-lib-8a3b821e68111c0a30d50f3f398740d53923f74c.tar.gz xine-lib-8a3b821e68111c0a30d50f3f398740d53923f74c.tar.bz2 |
remove my debugging
CVS patchset: 4387
CVS date: 2003/03/09 12:18:01
-rw-r--r-- | src/demuxers/demux_mpgaudio.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 |