Remove url_feof check that would be triggered only after incorrectly producing
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Fri, 2 Oct 2009 07:05:52 +0000 (07:05 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Fri, 2 Oct 2009 07:05:52 +0000 (07:05 +0000)
commitfbc6630168f05ffc281594a02b7347a361bfc5b9
tree61d7464bd2292fe5d45423785ce3165ad0f99e2e
parent8a62a378de2f762e19dbb1ab5d5d27dafa833ee8
Remove url_feof check that would be triggered only after incorrectly producing
an empty packet and also av_get_packet already handles EOF now.

Originally committed as revision 20140 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/wav.c