fix end-of-file detection
authorClemens Ladisch <cladisch@fastmail.net>
Sun, 18 Mar 2007 23:59:56 +0000 (23:59 +0000)
committerGuillaume Poirier <gpoirier@mplayerhq.hu>
Sun, 18 Mar 2007 23:59:56 +0000 (23:59 +0000)
commit559fd1e79524ca47efde195e28feb4499dd48761
tree4f6f46b89370768c3a1a7b8ae14fc8feb7c71deb
parentc06136e02417098b45e447ef665ee2cc72a60a4a
fix end-of-file detection
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 fixes this
patch by: Clemens Ladisch % cladisch A fastmail P net %
Original thread:
Date: Feb 27, 2007 6:13 PM
Subject: [Ffmpeg-devel] [PATCH] nutdec: fix end-of-file detection

Originally committed as revision 8447 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/nutdec.c