[FFmpeg-devel] [PATCH v2 2/2] avfilter/interlace: add complex vertical low-pass filter
Lou Logan
lou at lrcd.com
Thu Mar 30 02:04:28 EEST 2017
On Mon, 13 Mar 2017 16:23:46 +0000 (UTC)
Thomas Mundt <loudmax-at-yahoo.de at ffmpeg.org> wrote:
[...]
> index 09ca4d3..0b5b858 100644
> --- a/libavfilter/vf_tinterlace.c
> +++ b/libavfilter/vf_tinterlace.c
[...]
> +static void lowpass_line_complex_c(uint8_t *dstp, ptrdiff_t width, const uint8_t *srcp,
> + ptrdiff_t mref, ptrdiff_t pref)
Trailing whitespace should be avoided. It prevents the patch from being
applied.
More information about the ffmpeg-devel
mailing list