summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/demuxers/demux_avi.c3
1 files changed, 2 insertions, 1 deletions
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 */