[FFmpeg-devel] [PATCH] lavfi: add erosion & dilation filter
Paul B Mahol
onemda at gmail.com
Wed Feb 25 16:32:12 CET 2015
On 2/25/15, Clement Boesch <u at pkh.me> wrote:
> On Wed, Feb 25, 2015 at 02:55:58PM +0000, Paul B Mahol wrote:
>> Signed-off-by: Paul B Mahol <onemda at gmail.com>
>> ---
>> doc/filters.texi | 34 ++++++
>> libavfilter/Makefile | 2 +
>> libavfilter/allfilters.c | 2 +
>> libavfilter/vf_neighbor.c | 289
>> ++++++++++++++++++++++++++++++++++++++++++++++
>> 4 files changed, 327 insertions(+)
>> create mode 100644 libavfilter/vf_neighbor.c
>>
> [...]
>
> If you put >1 filters in the same file, you need to protect with
> CONFIG_*_FILTER.
>
> --
> Clement B.
>
locally fixed
More information about the ffmpeg-devel
mailing list