mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-07 23:32:33 +00: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
|
} else
|
||||||
av_get_packet(&s->pb, pkt, klv.length);
|
av_get_packet(&s->pb, pkt, klv.length);
|
||||||
pkt->stream_index = index;
|
pkt->stream_index = index;
|
||||||
pkt->pos = klv->offset;
|
pkt->pos = klv.offset;
|
||||||
return 0;
|
return 0;
|
||||||
} else
|
} else
|
||||||
url_fskip(&s->pb, klv.length);
|
url_fskip(&s->pb, klv.length);
|
||||||
|
Loading…
Reference in New Issue
Block a user