mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-11 04:29:57 +00:00
libavfilter/lavfutils: remove useless NULL check on format context
Fixes: CID733804 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
fd9e88fe60
commit
657998b5ee
1 changed files with 1 additions and 2 deletions
|
|
@ -86,8 +86,7 @@ int ff_load_image(uint8_t *data[4], int linesize[4],
|
|||
|
||||
end:
|
||||
avcodec_close(codec_ctx);
|
||||
if (format_ctx)
|
||||
avformat_close_input(&format_ctx);
|
||||
avformat_close_input(&format_ctx);
|
||||
av_freep(&frame);
|
||||
|
||||
if (ret < 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue