Re: [FFmpeg-devel] [PATCH] Fix the timeout option not working when connecting to a HTTP url that requires authentication.

2014-11-15 Thread Brandon Lees
On Sat, Nov 15, 2014 at 6:23 AM, Michael Niedermayer wrote: > On Fri, Nov 14, 2014 at 06:05:44PM -0500, Brandon Lees wrote: > > In http_open_cnx, the patch restores the AVDictionary if connection > needs to be re-tried > > because of a authentication/redirect status code. >

[FFmpeg-devel] [PATCH] Fix the timeout option not working when connecting to a HTTP url that requires authentication.

2014-11-14 Thread Brandon Lees
would be missing because they were removed by the first attempt. Signed-off-by: Brandon Lees --- libavformat/http.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavformat/http.c b/libavformat/http.c index dfc01ee..f17b2f8 100644 --- a/libavformat/http.c +++ b/libavformat/http.c