Commit 28b9f986 authored by Baptiste Coudurier's avatar Baptiste Coudurier

typo

Originally committed as revision 9190 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 363f403f
......@@ -363,7 +363,7 @@ static int mxf_read_packet(AVFormatContext *s, AVPacket *pkt)
} 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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment