[FFmpeg-devel] [PATCH 2/6] avformat/ftp: check return value of av_bprint_finalize()

2020-06-22 Thread lance . lmwang
From: Limin Wang Signed-off-by: Limin Wang --- libavformat/ftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/ftp.c b/libavformat/ftp.c index caeea42..39ea297 100644 --- a/libavformat/ftp.c +++ b/libavformat/ftp.c @@ -200,7 +200,7 @@ static int ftp_status(FTPC

Re: [FFmpeg-devel] [PATCH 2/6] avformat/ftp: check return value of av_bprint_finalize()

2020-06-22 Thread Marton Balint
On Mon, 22 Jun 2020, lance.lmw...@gmail.com wrote: From: Limin Wang Signed-off-by: Limin Wang --- libavformat/ftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/ftp.c b/libavformat/ftp.c index caeea42..39ea297 100644 --- a/libavformat/ftp.c +++ b/libavforma

Re: [FFmpeg-devel] [PATCH 2/6] avformat/ftp: check return value of av_bprint_finalize()

2020-06-22 Thread lance . lmwang
On Mon, Jun 22, 2020 at 11:08:23PM +0200, Marton Balint wrote: > > > On Mon, 22 Jun 2020, lance.lmw...@gmail.com wrote: > > > From: Limin Wang > > > > Signed-off-by: Limin Wang > > --- > > libavformat/ftp.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/libavfo