mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avfilter/vf_zoompan: forward status back from output to input
This commit is contained in:
parent
631f7acc6c
commit
20242bc762
@ -257,6 +257,8 @@ static int activate(AVFilterContext *ctx)
|
||||
int status, ret = 0;
|
||||
int64_t pts;
|
||||
|
||||
FF_FILTER_FORWARD_STATUS_BACK(outlink, inlink);
|
||||
|
||||
if (s->in && ff_outlink_frame_wanted(outlink)) {
|
||||
double zoom = -1, dx = -1, dy = -1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user