Commit db0f8f3f authored by Michael Niedermayer's avatar Michael Niedermayer

avfilter/vf_scale: Set scale2ref ref output timebase

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 70a19c48
......@@ -428,6 +428,7 @@ static int config_props_ref(AVFilterLink *outlink)
outlink->w = inlink->w;
outlink->h = inlink->h;
outlink->sample_aspect_ratio = inlink->sample_aspect_ratio;
outlink->time_base = inlink->time_base;
return 0;
}
......
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