mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-04-25 04:38:01 +00:00
Merge commit '7d12cba95ca15198a930c05458dc414ac00c578b'
* commit '7d12cba95ca15198a930c05458dc414ac00c578b': vf_framepack: Check and update frame_rate Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
This commit is contained in:
commit
1cb78a0dcf
@ -138,7 +138,7 @@ static int config_output(AVFilterLink *outlink)
|
|||||||
outlink->w = width;
|
outlink->w = width;
|
||||||
outlink->h = height;
|
outlink->h = height;
|
||||||
outlink->time_base = time_base;
|
outlink->time_base = time_base;
|
||||||
outlink->frame_rate= frame_rate;
|
outlink->frame_rate = frame_rate;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user