OSDN Git Service

rtpdec: Don't call the depacketizer to return more data unless it actually said it...
authorMartin Storsjö <martin@martin.st>
Wed, 13 Oct 2010 08:13:07 +0000 (08:13 +0000)
committerMartin Storsjö <martin@martin.st>
Wed, 13 Oct 2010 08:13:07 +0000 (08:13 +0000)
commitf6e138b4f4fbfb4caf50bcc628d48b6e4cdca269
tree6325996f72f5c37711a3abfd5e664c83e2149010
parent4ffff36751d7ac47643f088306f7620bd16f391f
rtpdec: Don't call the depacketizer to return more data unless it actually said it has more data

It may have returned a negative number for an error (e.g. AVERROR(EAGAIN),
if more data is required for it to be able to return a complete packet).

Originally committed as revision 25458 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rtpdec.c