You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avfilter/lavfutils: remove redundant variable init
Found-by: CSA Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user