Commit 9313fb6a authored by Michael Niedermayer's avatar Michael Niedermayer

avfilter/vf_zoompan: Remove dead store

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 62eb935b
......@@ -283,7 +283,6 @@ static int request_frame(AVFilterLink *outlink)
s->nb_frames = 0;
s->current_frame = 0;
av_frame_free(&s->in);
ret = 0;
s->finished = 1;
ret = ff_request_frame(ctx->inputs[0]);
}
......
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