forked from FFmpeg/FFmpeg
typo
Originally committed as revision 9190 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
363f403f28
commit
28b9f98619
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue