]> git.sesse.net Git - ffmpeg/commit
avio: Add an option 'rw_timeout'
authorAndrey Utkin <andrey.krieger.utkin@gmail.com>
Mon, 27 Aug 2012 13:31:08 +0000 (16:31 +0300)
committerMartin Storsjö <martin@martin.st>
Thu, 24 Mar 2016 08:33:50 +0000 (10:33 +0200)
commitccea588f831906084b8c8235222920e6984beb72
tree571171710e83cbfc7f3842d4d053b5bb0023b478
parentd44f3e4059506a182f59218b1e967d42b01e097c
avio: Add an option 'rw_timeout'

If set non-zero, this limits duration of the retry_transfer_wrapper()
loop, thus affecting ffurl_read*(), ffurl_write(). As soon as
one single byte is successfully received/transmitted, the timer
restarts.

This has further changes by Michael Niedermayer and Martin Storsjö.

Signed-off-by: Martin Storsjö <martin@martin.st>
doc/protocols.texi
libavformat/avio.c
libavformat/url.h
libavformat/version.h