[FFmpeg-devel] [PATCH v2 2/2] avfilter/interlace: add complex vertical low-pass filter

Thomas Mundt loudmax at yahoo.de
Thu Mar 30 03:21:58 EEST 2017


>>Lou Logan <lou at lrcd.com> schrieb am Do, 30.3.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.

Oh, didnĀ“t notice. Thanks.
New patch set attached.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-avfilter-interlace-change-lowpass_line-function-prot.patch
Type: application/octet-stream
Size: 8349 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20170330/afbcff45/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-avfilter-interlace-add-complex-vertical-low-pass-fil.patch
Type: application/octet-stream
Size: 18365 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20170330/afbcff45/attachment-0001.obj>


More information about the ffmpeg-devel mailing list