[FFmpeg-devel] [PATCH] avio: deprecate url_feof

Michael Niedermayer michaelni
Mon Mar 7 23:31:45 CET 2011


On Mon, Mar 07, 2011 at 05:29:14PM -0500, Ronald S. Bultje wrote:
> Hi,
> 
> On Mon, Mar 7, 2011 at 5:22 PM, Michael Niedermayer <michaelni at gmx.at> wrote:
> > On Mon, Mar 07, 2011 at 09:50:25PM +0100, Anton Khirnov wrote:
> >> AVIOContext.eof_reached should be used directly instead.
> >
> > If you are at eof, and some other process (wget?) appends to the file
> > url_feof() could return 0 again. with direct access this is harder
> 
> url_feof() reutrns s->eof_reached??

you can put something else in there like
if(protocol.check_eof()) return protocol.check_eof();

its hard to put that into the direct accesses, especially when you declare
then public API

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

If you really think that XML is the answer, then you definitly missunderstood
the question -- Attila Kinali
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20110307/3ea45c99/attachment.pgp>



More information about the ffmpeg-devel mailing list