Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: set the options when open the key info files

2020-03-06 Thread Steven Liu
> 2020年3月7日 上午11:06,Andreas Rheinhardt 写道: > > Steven Liu: >> make the options same as segments for the http put method >> >> Signed-off-by: Steven Liu >> --- >> libavformat/hlsenc.c | 11 --- >> 1 file changed, 8 insertions(+), 3 deletions(-) >> >> diff --git a/libavformat/hlsenc.c

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: set the options when open the key info files

2020-03-06 Thread Andreas Rheinhardt
Steven Liu: > make the options same as segments for the http put method > > Signed-off-by: Steven Liu > --- > libavformat/hlsenc.c | 11 --- > 1 file changed, 8 insertions(+), 3 deletions(-) > > diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c > index f6dd894343..88062ac536

[FFmpeg-devel] [PATCH] avformat/hlsenc: set the options when open the key info files

2020-03-06 Thread Steven Liu
make the options same as segments for the http put method Signed-off-by: Steven Liu --- libavformat/hlsenc.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index f6dd894343..88062ac536 100644 --- a/libavformat/hlsenc.c