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
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue