Re: [FFmpeg-devel] [PATCH 3/3] avformat/hls: Added http_proxy support

2015-12-27 Thread Michael Niedermayer
On Sun, Dec 27, 2015 at 12:21:45PM +, Joel Holdsworth wrote: > --- > libavformat/hls.c | 11 ++- > 1 file changed, 10 insertions(+), 1 deletion(-) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB You can kill me, but you cannot change

[FFmpeg-devel] [PATCH 3/3] avformat/hls: Added http_proxy support

2015-12-27 Thread Joel Holdsworth
--- libavformat/hls.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/libavformat/hls.c b/libavformat/hls.c index 82d5410..9ced13b 100644 --- a/libavformat/hls.c +++ b/libavformat/hls.c @@ -196,6 +196,7 @@ typedef struct HLSContext { char *user_agent;

[FFmpeg-devel] [PATCH 3/3] avformat/hls: Added http_proxy support

2015-12-26 Thread Joel Holdsworth
--- libavformat/hls.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/libavformat/hls.c b/libavformat/hls.c index 82d5410..9ced13b 100644 --- a/libavformat/hls.c +++ b/libavformat/hls.c @@ -196,6 +196,7 @@ typedef struct HLSContext { char *user_agent;