[libav-devel] [PATCH 7/8] tcp: Use rw_timeout for setting the connect/listen timeouts

2016-03-20 Thread Martin Storsjö
Apply the default value for timeout in code instead of via the avoption, to allow distinguishing the default value from the user not setting anything at all. --- libavformat/tcp.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libavformat/tcp.c b/libavformat/tcp.c index

[libav-devel] [PATCH 7/8] tcp: Use rw_timeout for setting the connect/listen timeouts

2016-03-19 Thread Martin Storsjö
Apply the default value for timeout in code instead of via the avoption, to allow distinguishing the default value from the user not setting anything at all. --- Previously approved. --- libavformat/tcp.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libavformat/tcp.c

Re: [libav-devel] [PATCH 7/8] tcp: Use rw_timeout for setting the connect/listen timeouts

2016-03-19 Thread Anton Khirnov
Quoting Martin Storsjö (2016-03-18 13:01:41) > Apply the default value for timeout in code instead of via the > avoption, to allow distinguishing the default value from the user > not setting anything at all. > --- > libavformat/tcp.c | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) >