Browse Source

avfilter/lavfutils: remove redundant variable init

Found-by: CSA
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.4
Michael Niedermayer 10 years ago
parent
commit
17fef17f67
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavfilter/lavfutils.c

+ 0
- 1
libavfilter/lavfutils.c 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;


Loading…
Cancel
Save