mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-17 10:28:13 +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
@ -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…
x
Reference in New Issue
Block a user