[Ffmpeg-devel] [PATCH] nutdec: fix end-of-file detection

Clemens Ladisch cladisch
Tue Feb 27 18:13:36 CET 2007


At the end of a nut file, the check for url_feof() fails because the
eof flag was cleared by the url_fseek() call that was used to skip over
the index packet.

This patch moves the eof check to where we can be sure that we actually
have tried to read at the current position.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: nut-eof.patch
Type: application/octet-stream
Size: 594 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070227/cf8ce0dc/attachment.obj>



More information about the ffmpeg-devel mailing list