Re: [FFmpeg-devel] [PATCH 2/3] fftools/ffmpeg_enc: Remove always-true checks

2023-07-17 Thread Anton Khirnov
Quoting Andreas Rheinhardt (2023-07-16 16:24:35) > frame is always != NULL for audio and video here > (this is checked by an assert and the frame is already dereferenced > before it reaches this code here). > Fixes Coverity issue #1538858. > > Signed-off-by: Andreas Rheinhardt > --- >

[FFmpeg-devel] [PATCH 2/3] fftools/ffmpeg_enc: Remove always-true checks

2023-07-16 Thread Andreas Rheinhardt
frame is always != NULL for audio and video here (this is checked by an assert and the frame is already dereferenced before it reaches this code here). Fixes Coverity issue #1538858. Signed-off-by: Andreas Rheinhardt --- fftools/ffmpeg_enc.c | 4 1 file changed, 4 deletions(-) diff --git