[FFmpeg-devel] [PATCH 4/6] avformat/au: check return value of au_read_annotation()

2020-06-22 Thread lance . lmwang
From: Limin Wang Signed-off-by: Limin Wang --- libavformat/au.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libavformat/au.c b/libavformat/au.c index ff9176a..b6df63e 100644 --- a/libavformat/au.c +++ b/libavformat/au.c @@ -145,6 +145,7 @@ static int au_read_header(AV

Re: [FFmpeg-devel] [PATCH 4/6] avformat/au: check return value of au_read_annotation()

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/au.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libavformat/au.c b/libavformat/au.c index ff9176a..b6df63e 100644 --- a/libavformat/au.c +++ b/libavformat

Re: [FFmpeg-devel] [PATCH 4/6] avformat/au: check return value of au_read_annotation()

2020-06-22 Thread lance . lmwang
On Mon, Jun 22, 2020 at 11:15:12PM +0200, Marton Balint wrote: > > > On Mon, 22 Jun 2020, lance.lmw...@gmail.com wrote: > > > From: Limin Wang > > > > Signed-off-by: Limin Wang > > --- > > libavformat/au.c | 4 +++- > > 1 file changed, 3 insertions(+), 1 deletion(-) > > > > diff --git a/libav