Re: [FFmpeg-devel] [PATCH v3] avformat/http, tls: honor http_proxy command line variable for HTTPS

2021-03-19 Thread Marton Balint
On Sun, 14 Mar 2021, Moritz Barsnick wrote: On Sun, Aug 23, 2020 at 22:50:18 +0300, Martin Storsjö wrote: > On Fri, Aug 21, 2020 at 12:19:06 +0300, Martin Storsjö wrote: > > LGTM, with one small nit: > [...] > > > {"listen", "Listen for incoming connections", offsetof(pstruct,

Re: [FFmpeg-devel] [PATCH v3] avformat/http, tls: honor http_proxy command line variable for HTTPS

2021-03-13 Thread Moritz Barsnick
On Sun, Aug 23, 2020 at 22:50:18 +0300, Martin Storsjö wrote: > > On Fri, Aug 21, 2020 at 12:19:06 +0300, Martin Storsjö wrote: > > > LGTM, with one small nit: > > [...] > > > > {"listen", "Listen for incoming connections", > > > > offsetof(pstruct, options_field . listen),

Re: [FFmpeg-devel] [PATCH v3] avformat/http, tls: honor http_proxy command line variable for HTTPS

2020-08-23 Thread Martin Storsjö
On Sun, 23 Aug 2020, Moritz Barsnick wrote: Hej igen, On Fri, Aug 21, 2020 at 12:19:06 +0300, Martin Storsjö wrote: LGTM, with one small nit: [...] {"listen", "Listen for incoming connections", offsetof(pstruct, options_field . listen),AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1,

[FFmpeg-devel] [PATCH v3] avformat/http, tls: honor http_proxy command line variable for HTTPS

2020-08-23 Thread Moritz Barsnick
Hej igen, On Fri, Aug 21, 2020 at 12:19:06 +0300, Martin Storsjö wrote: > LGTM, with one small nit: [...] > > {"listen", "Listen for incoming connections", > > offsetof(pstruct, options_field . listen),AV_OPT_TYPE_INT, { .i64 = 0 > > }, 0, 1, .flags = TLS_OPTFL }, \ > > +