From f388b7ac7c20497a25693ef9f17c83ab60733c4d Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Fri, 9 Apr 2004 01:56:11 +0000 Subject: small fix for heiko's avi streams CVS patchset: 6355 CVS date: 2004/04/09 01:56:11 --- src/demuxers/demux_avi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/demuxers/demux_avi.c b/src/demuxers/demux_avi.c index 66b11efe4..1fdc042c9 100644 --- a/src/demuxers/demux_avi.c +++ b/src/demuxers/demux_avi.c @@ -19,7 +19,7 @@ */ /* - * $Id: demux_avi.c,v 1.196 2004/03/16 23:12:32 tmattern Exp $ + * $Id: demux_avi.c,v 1.197 2004/04/09 01:56:11 guenter Exp $ * * demultiplexer for avi streams * @@ -1053,6 +1053,7 @@ static avi_t *AVI_init(demux_avi_t *this) { xprintf (this->stream->xine, XINE_VERBOSITY_DEBUG, "demux_avi: there should not be an index there, lasttag = %d\n", lasttag); } + i += 8; } else if(strncasecmp(hdrl_data + i, "JUNK", 4) == 0) { i += 8; /* do not reset lasttag */ -- cgit v1.2.3