[FFmpeg-cvslog] r9190 - trunk/libavformat/mxf.c
bcoudurier
subversion
Sun Jun 3 19:29:50 CEST 2007
Author: bcoudurier
Date: Sun Jun 3 19:29:49 2007
New Revision: 9190
Log:
typo
Modified:
trunk/libavformat/mxf.c
Modified: trunk/libavformat/mxf.c
==============================================================================
--- trunk/libavformat/mxf.c (original)
+++ trunk/libavformat/mxf.c Sun Jun 3 19:29:49 2007
@@ -363,7 +363,7 @@ static int mxf_read_packet(AVFormatConte
} else
av_get_packet(&s->pb, pkt, klv.length);
pkt->stream_index = index;
- pkt->pos = klv->offset;
+ pkt->pos = klv.offset;
return 0;
} else
url_fskip(&s->pb, klv.length);
More information about the ffmpeg-cvslog
mailing list