You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lavfi/scale2ref: Set output frame rate to main input frame rate.
Fixes ticket #6817.
This commit is contained in:
@@ -362,6 +362,7 @@ static int config_props_ref(AVFilterLink *outlink)
|
||||
outlink->h = inlink->h;
|
||||
outlink->sample_aspect_ratio = inlink->sample_aspect_ratio;
|
||||
outlink->time_base = inlink->time_base;
|
||||
outlink->frame_rate = inlink->frame_rate;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user