On Sun, May 13, 2012 at 09:30:51PM +0200, Robert Nagy wrote:
>
>
> --- a/libavfilter/vf_yadif.c
> +++ b/libavfilter/vf_yadif.c
> @@ -400,6 +403,16 @@ static av_cold int init(AVFilterContext *ctx, const char
> *args, void *opaque)
>
> static void null_draw_slice(AVFilterLink *link, int y, int h, int slice_dir)
> { }
>
> +static int out_config_props(AVFilterLink* link)
> +{
trailing whitespace, *link
> + link->time_base.num = link->src->inputs[0]->time_base.num;
> + link->time_base.den = link->src->inputs[0]->time_base.den*2;
spaces around operators
Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel