mirror of https://git.ffmpeg.org/ffmpeg.git
avfilter/lavfutils: remove redundant variable init
Found-by: CSA Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
146e498c9e
commit
17fef17f67
|
@ -79,7 +79,6 @@ int ff_load_image(uint8_t *data[4], int linesize[4],
|
|||
av_log(log_ctx, AV_LOG_ERROR, "Failed to decode image from file\n");
|
||||
goto end;
|
||||
}
|
||||
ret = 0;
|
||||
|
||||
*w = frame->width;
|
||||
*h = frame->height;
|
||||
|
|
Loading…
Reference in New Issue