avfilter/lavfutils: remove redundant variable init

Found-by: CSA
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2014-08-02 20:03:10 +02:00
parent 146e498c9e
commit 17fef17f67
1 changed files with 0 additions and 1 deletions

View File

@ -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;