[FFmpeg-devel] [PATCH 3/3] vf_fps: set frame_rate.

Stefano Sabatini stefasab at gmail.com
Sun Jun 10 13:00:02 CEST 2012


On date Sunday 2012-06-10 11:03:38 +0200, Nicolas George encoded:
> 
> Signed-off-by: Nicolas George <nicolas.george at normalesup.org>
> ---
>  libavfilter/vf_fps.c |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/libavfilter/vf_fps.c b/libavfilter/vf_fps.c
> index bbe1bdd..3fae82b 100644
> --- a/libavfilter/vf_fps.c
> +++ b/libavfilter/vf_fps.c
> @@ -120,6 +120,7 @@ static int config_props(AVFilterLink* link)
>      FPSContext   *s = link->src->priv;
>  
>      link->time_base = (AVRational){ s->framerate.den, s->framerate.num };
> +    link->frame_rate= s->framerate;
>      link->w         = link->src->inputs[0]->w;
>      link->h         = link->src->inputs[0]->h;
>      s->pts          = AV_NOPTS_VALUE;

Should be fine.
-- 
FFmpeg = Faithful and Fiendish Monstrous Peaceful Evil Generator


More information about the ffmpeg-devel mailing list