Quoting John Stebbins (2015-10-28 17:48:19)
> From: Nicolas George <[email protected]>
> 
> (cherry picked from ffmpeg commit 0d249316043fb69a3972029bff3a2969689ba8b6)
> ---
>  libavfilter/vf_fps.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/libavfilter/vf_fps.c b/libavfilter/vf_fps.c
> index ea22d37..e20f5a0 100644
> --- a/libavfilter/vf_fps.c
> +++ b/libavfilter/vf_fps.c
> @@ -117,6 +117,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;

nit: missing space (I can add it on push, just mentioning here for
completeness)

Otherwise ok.

-- 
Anton Khirnov
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to