Re: [FFmpeg-devel] [PATCH] avformat/imf_cpl: Check the right variable

2022-08-25 Thread Pierre-Anthony Lemieux
LGTM On Thu, Aug 25, 2022 at 2:01 PM Andreas Rheinhardt wrote: > > Fixes Coverity issue #1512407. > > Signed-off-by: Andreas Rheinhardt > --- > libavformat/imf_cpl.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/imf_cpl.c b/libavformat/imf_cpl.c > index 4a

[FFmpeg-devel] [PATCH] avformat/imf_cpl: Check the right variable

2022-08-25 Thread Andreas Rheinhardt
Fixes Coverity issue #1512407. Signed-off-by: Andreas Rheinhardt --- libavformat/imf_cpl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/imf_cpl.c b/libavformat/imf_cpl.c index 4acc20feee..474db6b7f5 100644 --- a/libavformat/imf_cpl.c +++ b/libavformat/imf_cpl.c