mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avfilter/vf_zoompan: Remove dead store
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
62eb935bf9
commit
9313fb6a3e
@ -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]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user