Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-08-02 22:03:10 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-08-02 22:03:10 +0400
commit17fef17f67c52ff834fe1a2894393170768fcf0a (patch)
treea5309155ab2d279363725696fe57c80f3f0b1c47 /libavfilter/lavfutils.c
parent146e498c9eb1fe7a17191b910fd481ddc9c260ba (diff)
avfilter/lavfutils: remove redundant variable init
Found-by: CSA Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/lavfutils.c')
-rw-r--r--libavfilter/lavfutils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/lavfutils.c b/libavfilter/lavfutils.c
index 93f1ef331d..ebdf8f8f31 100644
--- a/libavfilter/lavfutils.c
+++ b/libavfilter/lavfutils.c
@@ -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;