Commit 20242bc7 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/vf_zoompan: forward status back from output to input

parent 631f7acc
......@@ -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;
......
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