[FFmpeg-devel] [PATCH] lavfi: add erosion & dilation filter

James Almer jamrial at gmail.com
Fri Feb 27 20:29:01 CET 2015


On 27/02/15 5:19 AM, Paul B Mahol wrote:
> On 2/26/15, James Almer <jamrial at gmail.com> wrote:
>> On 25/02/15 11:55 AM, Paul B Mahol wrote:
>>> +static inline void line_copy8(uint8_t *line, const uint8_t *srcp, int
>>> width, int mergin)
>>
>> Unless I'm missing something, "mergin" seems to always be 1.
>> The code below could be simplified.
> 
> The function could be used with other arguments for mergin in later patch(es).

Ok, no more comments from me.


More information about the ffmpeg-devel mailing list