Re: [FFmpeg-devel] [PATCH 1/4] avfilter/af_surround: Check return value of av_tx_init()

2022-11-11 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Should fix Coverity issue #1516766. > > Signed-off-by: Andreas Rheinhardt > --- > libavfilter/af_surround.c | 18 ++ > 1 file changed, 10 insertions(+), 8 deletions(-) > > diff --git a/libavfilter/af_surround.c b/libavfilter/af_surround.c > index 858fed609a

[FFmpeg-devel] [PATCH 1/4] avfilter/af_surround: Check return value of av_tx_init()

2022-11-09 Thread Andreas Rheinhardt
Should fix Coverity issue #1516766. Signed-off-by: Andreas Rheinhardt --- libavfilter/af_surround.c | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/libavfilter/af_surround.c b/libavfilter/af_surround.c index 858fed609a..969325cf6b 100644 --- a/libavfilter/