avfilter/vf_zoompan: Remove dead store

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer 2016-02-12 00:07:29 +01:00
parent 62eb935bf9
commit 9313fb6a3e
1 changed files with 0 additions and 1 deletions

View File

@ -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]);
}