Re: [FFmpeg-devel] [PATCH 1/6] avformat/hlsenc: Don't reset AVIOContext pointer manually a second time

2020-05-09 Thread Steven Liu
> 2020年5月10日 上午3:15,Andreas Rheinhardt 写道: > > ff_format_io_close() already does it for us. > > Signed-off-by: Andreas Rheinhardt > --- > libavformat/hlsenc.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c > index 7b289c060f..a796c124dd 100

[FFmpeg-devel] [PATCH 1/6] avformat/hlsenc: Don't reset AVIOContext pointer manually a second time

2020-05-09 Thread Andreas Rheinhardt
ff_format_io_close() already does it for us. Signed-off-by: Andreas Rheinhardt --- libavformat/hlsenc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 7b289c060f..a796c124dd 100644 --- a/libavformat/hlsenc.c +++ b/libavformat/hlsenc.c @@ -249