Re: [FFmpeg-devel] [PATCH v2 3/3] libavfilter/vf_fps: Minor cleanups

2018-02-22 Thread Nicolas George
Calvin Walton (2018-02-19): > Since the config_props function now references both the input and output > links, rename the 'link' variable to 'outlink'. > > Fix up some mismatching indentation. > > Don't bother setting the width and height on the outlink; the filter > framework does that for us.

[FFmpeg-devel] [PATCH v2 3/3] libavfilter/vf_fps: Minor cleanups

2018-02-19 Thread Calvin Walton
Since the config_props function now references both the input and output links, rename the 'link' variable to 'outlink'. Fix up some mismatching indentation. Don't bother setting the width and height on the outlink; the filter framework does that for us. --- libavfilter/vf_fps.c | 16