mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
yadif: update frame rate
(cherry picked from ffmpeg commit 3161958455)
Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
parent
1062880d69
commit
9df477e03e
1 changed files with 4 additions and 0 deletions
|
|
@ -462,6 +462,10 @@ static int config_props(AVFilterLink *link)
|
|||
link->w = link->src->inputs[0]->w;
|
||||
link->h = link->src->inputs[0]->h;
|
||||
|
||||
if (s->mode & 1)
|
||||
link->frame_rate = av_mul_q(link->src->inputs[0]->frame_rate,
|
||||
(AVRational){2, 1});
|
||||
|
||||
s->csp = av_pix_fmt_desc_get(link->format);
|
||||
if (s->csp->comp[0].depth > 8) {
|
||||
s->filter_line = filter_line_c_16bit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue