You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avfilter/vf_frei0r: also set AVFilterLink.frame_rate
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -471,6 +471,7 @@ static int source_config_props(AVFilterLink *outlink)
|
||||
outlink->w = s->w;
|
||||
outlink->h = s->h;
|
||||
outlink->time_base = s->time_base;
|
||||
outlink->frame_rate = av_inv_q(s->time_base);
|
||||
outlink->sample_aspect_ratio = (AVRational){1,1};
|
||||
|
||||
if (s->destruct && s->instance)
|
||||
|
Reference in New Issue
Block a user