[FFmpeg-devel] [PATCH 3/5] ff_network_wait_fd_timeout(): check for interrupt before operation

Lukasz M lukasz.m.luki at gmail.com
Thu Jul 11 13:26:04 CEST 2013


> 2013/7/11 Lukasz M <lukasz.m.luki at gmail.com>:
>> Ok, I see you point i think. The issue is there is no way to use
>> protocol in non blocking mode. The operation is aborted before try.
>
> Sorry, i don't understand what you mean here, please elaborate.

I meant tcp protocol cannot be used in non blocking manner. For
example ftp protocol use tcp protocol in this way in some cases.
I checked ftp and it doesn't cause regression, but some parts of code
became useless now.

>> Anyway, in case maintainers decide to merge it, function's doxy should
>> be updated too.
>
> I don't see what should be updated, could you elaborate? IMO
> everything below stays true.

Following is not true anymore, it is before now:
 * @param int_cb Interrupt callback, is checked after each
ff_network_wait_fd call


More information about the ffmpeg-devel mailing list