On 9/5/2016 12:03 PM, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol <one...@gmail.com> > --- > doc/filters.texi | 18 +++ > libavfilter/Makefile | 1 + > libavfilter/allfilters.c | 1 + > libavfilter/vf_ablur.c | 341 > +++++++++++++++++++++++++++++++++++++++++++++++ > 4 files changed, 361 insertions(+) > create mode 100644 libavfilter/vf_ablur.c > > diff --git a/doc/filters.texi b/doc/filters.texi > index 99f07a6..9277841 100644 > --- a/doc/filters.texi > +++ b/doc/filters.texi > @@ -4310,6 +4310,24 @@ build. > > Below is a description of the currently available video filters. > > +@section ablur > + > +Apply average blur filter.
Maybe call it avgblur then? "aNAME" is often used to name audio filters when a NAME one already exists for video, like it's the case for format and aformat, or pad and apad. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel