summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2004-04-09 01:56:11 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2004-04-09 01:56:11 +0000
commitf388b7ac7c20497a25693ef9f17c83ab60733c4d (patch)
treeb68c55ed39b2fb535514531065e0069294407928 /src
parent2499a64529ce8db39800a9b4f5d260f5d4b1d766 (diff)
downloadxine-lib-f388b7ac7c20497a25693ef9f17c83ab60733c4d.tar.gz
xine-lib-f388b7ac7c20497a25693ef9f17c83ab60733c4d.tar.bz2
small fix for heiko's avi streams
CVS patchset: 6355 CVS date: 2004/04/09 01:56:11
Diffstat (limited to 'src')
-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 */