Do not fail on zero packets.

Originally committed as revision 18328 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2009-04-03 15:32:31 +00:00
parent 0be9e73e38
commit 634b927f82

View File

@ -444,7 +444,7 @@ static int flv_read_packet(AVFormatContext *s, AVPacket *pkt)
return AVERROR(EAGAIN);
ret= av_get_packet(s->pb, pkt, size);
if (ret <= 0) {
if (ret < 0) {
return AVERROR(EIO);
}
/* note: we need to modify the packet size here to handle the last