mirror of https://git.ffmpeg.org/ffmpeg.git
last packet size fix
Originally committed as revision 3673 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e20815b396
commit
4d4f7158ee
|
@ -248,6 +248,7 @@ static int img_read_packet(AVFormatContext *s1, AVPacket *pkt)
|
|||
av_free_packet(pkt);
|
||||
return AVERROR_IO; /* signal EOF */
|
||||
} else {
|
||||
pkt->size = ret;
|
||||
s->img_count++;
|
||||
s->img_number++;
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue