Re: [FFmpeg-devel] [PATCH 1/3] avformat/http: Added http_proxy option

2015-12-27 Thread Michael Niedermayer
On Sun, Dec 27, 2015 at 12:21:43PM +, Joel Holdsworth wrote: > --- > libavformat/http.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB There will always be a question for which you

Re: [FFmpeg-devel] [PATCH 1/3] avformat/http: Added http_proxy option

2015-12-26 Thread Nicolas George
Le sextidi 6 nivôse, an CCXXIV, Joel Holdsworth a écrit : > { "seekable", "control seekability of connection", OFFSET(seekable), > AV_OPT_TYPE_BOOL, { .i64 = -1 }, -1, 1, D }, > { "chunked_post", "use chunked transfer-encoding for posts", > OFFSET(chunked_post), AV_OPT_TYPE_BOOL, {

[FFmpeg-devel] [PATCH 1/3] avformat/http: Added http_proxy option

2015-12-26 Thread Joel Holdsworth
--- libavformat/http.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libavformat/http.c b/libavformat/http.c index 2230442..ad8358e 100644 --- a/libavformat/http.c +++ b/libavformat/http.c @@ -67,6 +67,7 @@ typedef struct HTTPContext { char *location;