mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
typo
Originally committed as revision 9190 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
363f403f28
commit
28b9f98619
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user