mirror of https://github.com/FFmpeg/FFmpeg.git
nvenc_store_frame_data() is always called with frame != NULL (checked at the beginning of nvenc_send_frame()); in fact, frame is dereferenced unconditionally after the block guarded by the check for frame. Therefore Coverity complains about this in issue #1538295. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>pull/390/head
parent
28817b90fc
commit
2d7c1479c2
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue