Commit ce26a016 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/vf_phase: remove dead initialization

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 38e13f55
......@@ -241,7 +241,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFilterContext *ctx = inlink->dst;
AVFilterLink *outlink = ctx->outputs[0];
PhaseContext *s = ctx->priv;
enum PhaseMode mode = s->mode;
enum PhaseMode mode;
int plane, top, y;
AVFrame *out;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment