Re: [FFmpeg-devel] [PATCH] DASH muxer: add option to change HTTP method

2018-02-26 Thread Jeyapal, Karthick
On 2/26/18 2:16 PM, Serhii Marchuk wrote: > Please have a look at the attached patch. Pushed. Thanks, Karthick > > 2018-02-24 7:31 GMT+02:00 Jeyapal, Karthick : > >> >> >> On 2/23/18 3:30 PM, Serhii Marchuk wrote: >>> --- >>> libavformat/dashenc.c | 4 >>> 1 file

Re: [FFmpeg-devel] [PATCH] DASH muxer: add option to change HTTP method

2018-02-26 Thread Serhii Marchuk
Please have a look at the attached patch. 2018-02-24 7:31 GMT+02:00 Jeyapal, Karthick : > > > On 2/23/18 3:30 PM, Serhii Marchuk wrote: > > --- > > libavformat/dashenc.c | 4 > > 1 file changed, 4 insertions(+) > > > > diff --git a/libavformat/dashenc.c

Re: [FFmpeg-devel] [PATCH] DASH muxer: add option to change HTTP method

2018-02-23 Thread Jeyapal, Karthick
On 2/23/18 3:30 PM, Serhii Marchuk wrote: > --- > libavformat/dashenc.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c > index 0f6f4f22fa..28ff288fca 100644 > --- a/libavformat/dashenc.c > +++ b/libavformat/dashenc.c > @@ -105,6 +105,7

[FFmpeg-devel] [PATCH] DASH muxer: add option to change HTTP method

2018-02-23 Thread Serhii Marchuk
--- libavformat/dashenc.c | 4 1 file changed, 4 insertions(+) diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c index 0f6f4f22fa..28ff288fca 100644 --- a/libavformat/dashenc.c +++ b/libavformat/dashenc.c @@ -105,6 +105,7 @@ typedef struct DASHContext { const char