You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avfilter/vsrc_life: set outlink frame_rate
This commit is contained in:
@@ -284,6 +284,7 @@ static int config_props(AVFilterLink *outlink)
|
|||||||
outlink->w = life->w;
|
outlink->w = life->w;
|
||||||
outlink->h = life->h;
|
outlink->h = life->h;
|
||||||
outlink->time_base = av_inv_q(life->frame_rate);
|
outlink->time_base = av_inv_q(life->frame_rate);
|
||||||
|
outlink->frame_rate = life->frame_rate;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user