Commit 17fef17f authored by Michael Niedermayer's avatar Michael Niedermayer

avfilter/lavfutils: remove redundant variable init

Found-by: CSA
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 146e498c
...@@ -79,7 +79,6 @@ int ff_load_image(uint8_t *data[4], int linesize[4], ...@@ -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"); av_log(log_ctx, AV_LOG_ERROR, "Failed to decode image from file\n");
goto end; goto end;
} }
ret = 0;
*w = frame->width; *w = frame->width;
*h = frame->height; *h = frame->height;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment