[FFmpeg-devel] [RFC] url_write()

Reimar Döffinger Reimar.Doeffinger
Thu Sep 30 20:09:46 CEST 2010


On Thu, Sep 30, 2010 at 01:20:33PM +0200, Michael Niedermayer wrote:
> What do users of url_write() prefer
> should we always call it in a loop in the url_write() wraper or
> should all uses be fixed and a url_write_complete() be added similar to
> url_read()
> ?

A separate url_write_complete IMO is useless. The big difference compared to reading
is that if latency is an issue in the write function, it is possible
to just buffer the data.
Thus I think there is no point in a write function that does
incomplete writes.



More information about the ffmpeg-devel mailing list