Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: move init file write code block to hls_write_header

2020-05-09 Thread Steven Liu
> 2020年5月10日 上午3:21,Andreas Rheinhardt 写道: > > Steven Liu: >> Signed-off-by: Steven Liu >> --- >> libavformat/hlsenc.c | 37 - >> 1 file changed, 20 insertions(+), 17 deletions(-) >> >> diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c >> index 5695c6

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: move init file write code block to hls_write_header

2020-05-09 Thread Andreas Rheinhardt
Steven Liu: > Signed-off-by: Steven Liu > --- > libavformat/hlsenc.c | 37 - > 1 file changed, 20 insertions(+), 17 deletions(-) > > diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c > index 5695c6cc95..a1eddade7b 100644 > --- a/libavformat/hlsenc.c > +

[FFmpeg-devel] [PATCH] avformat/hlsenc: move init file write code block to hls_write_header

2020-05-07 Thread Steven Liu
Signed-off-by: Steven Liu --- libavformat/hlsenc.c | 37 - 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 5695c6cc95..a1eddade7b 100644 --- a/libavformat/hlsenc.c +++ b/libavformat/hlsenc.c @@ -