[libav-devel] [PATCH 8/8] unix: Use rw_timeout for setting the connect timeout

2016-03-19 Thread Martin Storsjö
--- libavformat/unix.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavformat/unix.c b/libavformat/unix.c index 6bb677d..647e7e8 100644 --- a/libavformat/unix.c +++ b/libavformat/unix.c @@ -73,6 +73,9 @@ static int unix_open(URLContext *h, const char *filename, int flags) if

[libav-devel] [PATCH 8/8] unix: Use rw_timeout for setting the connect timeout

2016-03-19 Thread Martin Storsjö
--- Previously approved. --- libavformat/unix.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavformat/unix.c b/libavformat/unix.c index 6bb677d..647e7e8 100644 --- a/libavformat/unix.c +++ b/libavformat/unix.c @@ -73,6 +73,9 @@ static int unix_open(URLContext *h, const char

Re: [libav-devel] [PATCH 8/8] unix: Use rw_timeout for setting the connect timeout

2016-03-19 Thread Anton Khirnov
Quoting Martin Storsjö (2016-03-18 13:01:42) > --- > libavformat/unix.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/libavformat/unix.c b/libavformat/unix.c > index 6bb677d..647e7e8 100644 > --- a/libavformat/unix.c > +++ b/libavformat/unix.c > @@ -73,6 +73,9 @@ static int