Commit 72c15ffe authored by bcoudurier's avatar bcoudurier

typo

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9190 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 41a0a7b7
......@@ -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