[FFmpeg-devel] [PATCH 6/6] avformat/hlsenc: fix av_bprint_finalize() usage

2020-06-22 Thread lance . lmwang
From: Limin Wang Don't need to do double check by the description of the API. Signed-off-by: Limin Wang --- libavformat/hlsenc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index f7a4f30..a34da2f 100644 --- a/libavformat/h

Re: [FFmpeg-devel] [PATCH 6/6] avformat/hlsenc: fix av_bprint_finalize() usage

2020-06-24 Thread Nicolas George
lance.lmw...@gmail.com (12020-06-22): > From: Limin Wang > > Don't need to do double check by the description of the API. Looks ok. Could be simplified even further bu passing s directly. I do not maintain that file. Regards, -- Nicolas George signature.asc Description: PGP signature ___

Re: [FFmpeg-devel] [PATCH 6/6] avformat/hlsenc: fix av_bprint_finalize() usage

2020-06-24 Thread lance . lmwang
On Wed, Jun 24, 2020 at 05:37:59PM +0200, Nicolas George wrote: > lance.lmw...@gmail.com (12020-06-22): > > From: Limin Wang > > > > Don't need to do double check by the description of the API. > > Looks ok. Could be simplified even further bu passing s directly. Yes, I prefer to change it in a