Browse Source

vf_frei0r: also set AVFilterLink.frame_rate

(cherry picked from ffmpeg commit 353cf95f94)
Signed-off-by: Anton Khirnov <anton@khirnov.net>
tags/n3.0
Michael Niedermayer Anton Khirnov 9 years ago
parent
commit
11f87ca71e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavfilter/vf_frei0r.c

+ 1
- 0
libavfilter/vf_frei0r.c View File

@@ -459,6 +459,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);

if (s->destruct && s->instance)
s->destruct(s->instance);


Loading…
Cancel
Save