From 966580d4a570a2c9feef36b29242e5b26bd24e8f Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Fri, 21 Mar 2003 14:37:40 +0000 Subject: remove reference of removed variable (wow) CVS patchset: 4460 CVS date: 2003/03/21 14:37:40 --- src/demuxers/demux_mpgaudio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/demuxers/demux_mpgaudio.c b/src/demuxers/demux_mpgaudio.c index fd14e6c95..bbf074121 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.99 2003/03/19 23:22:17 holstsn Exp $ + * $Id: demux_mpgaudio.c,v 1.100 2003/03/21 14:37:40 f1rmb Exp $ * * demultiplexer for mpeg audio (i.e. mp3) streams * @@ -634,7 +634,7 @@ static demux_plugin_t *open_plugin (demux_class_t *class_gen, xine_stream_t *str head = demux_mpgaudio_read_head (input, buf); #ifdef LOG - printf ("demux_mpgaudio: head is %x head2 is %x\n", head, head2); + printf ("demux_mpgaudio: head is %x\n", head); #endif if (head == RIFF_TAG) { -- cgit v1.2.3