tcp: Check url_interrupt_cb if connect was interrupted by a signal
authorThomas Guillem <thomas.guillem@gmail.com>
Tue, 14 Dec 2010 23:03:05 +0000 (23:03 +0000)
committerMartin Storsjö <martin@martin.st>
Tue, 14 Dec 2010 23:03:05 +0000 (23:03 +0000)
commit1aa58c6405dad2663257260b993791f43c0da76b
tree46ee02058edf79a67dd8fd3236fac0a6d5041bdd
parent06f6f78578f67a57a07367168e451d58b8e665fe
tcp: Check url_interrupt_cb if connect was interrupted by a signal

This makes it possible to abort a blocking connect call.

Patch by Thomas Guillem, thomas dot guillem at gmail

Originally committed as revision 26014 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/tcp.c