OSDN Git Service

Return special EOF checking for aiff and au demuxers, the check was at
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Fri, 2 Oct 2009 06:42:20 +0000 (06:42 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Fri, 2 Oct 2009 06:42:20 +0000 (06:42 +0000)
commita7a9dd0eb642e5291c0ba672c6f17c870c5921a0
tree7e7506e8d58b9eb552ddaaa018ca9a091c41c926
parentc3db0bc61d83598d42a5a7bbc03377360ff81fb9
Return special EOF checking for aiff and au demuxers, the check was at
the wrong place, causing an empty packet to be read before EOF was
detected and the eof detection is already now handled by av_get_packet anyway.

Originally committed as revision 20138 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/aiff.c
libavformat/au.c