mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
avfilter/vf_zoompan: Remove dead store
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -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]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user