On Fri, 12 Oct 2012, Luca Barbato wrote:

On 10/12/2012 11:20 AM, Luca Barbato wrote:

I wonder why 0 should appear here, we are asking 1, we should get an eagain.

Should but does not, patch ok I guess.

Yeah - you don't get eagain for blocking reads. For the normal ffurl_read, you can get less than what you asked for, while ffurl_read_complete tries to avoid that. It still can return less than what you asked for (on EOF), including 0.

// Martin
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to