From fe4128b60ee70f1aaa3f17080690cae46b020013 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Thu, 27 May 2004 11:10:11 +0000 Subject: - fix avi->compressor not being set correctly (lack of parenthesis) - workaround decoding bug (green blocks) for the xvid stream "test.avi" (i know, i know. it is a pretty generic name but some people know what i meant) - some lprintf's to real demuxer. helps debugging reference problems. CVS patchset: 6599 CVS date: 2004/05/27 11:10:11 --- src/demuxers/demux_real.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/demuxers/demux_real.c') diff --git a/src/demuxers/demux_real.c b/src/demuxers/demux_real.c index 45e10c41d..438ce33ba 100644 --- a/src/demuxers/demux_real.c +++ b/src/demuxers/demux_real.c @@ -31,7 +31,7 @@ * * Based on FFmpeg's libav/rm.c. * - * $Id: demux_real.c,v 1.98 2004/05/23 16:05:47 jstembridge Exp $ + * $Id: demux_real.c,v 1.99 2004/05/27 11:10:13 miguelfreitas Exp $ */ #ifdef HAVE_CONFIG_H @@ -785,6 +785,8 @@ static int demux_real_parse_references( demux_real_t *this) { xine_event_t uevent; + lprintf("parsing references\n"); + /* read file to memory. * warning: dumb code, but hopefuly ok since reference file is small */ do { @@ -803,6 +805,8 @@ static int demux_real_parse_references( demux_real_t *this) { if(buf_used) buf[buf_used] = '\0'; + + lprintf("received %d bytes [%s]\n", buf_used, buf); for(i=0;istream; -- cgit v1.2.3