[FFmpeg-cvslog] doc/filters: use radius instead of kernel in avgblur
Danil Iashchenko
git at videolan.org
Sat Jul 21 19:00:47 EEST 2018
ffmpeg | branch: master | Danil Iashchenko <danyaschenko at gmail.com> | Fri Jul 20 19:31:19 2018 +0300| [9d6efefaf41ae349e8c8ad4bb2d76dd27561efab] | committer: Gyan Doshi
doc/filters: use radius instead of kernel in avgblur
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9d6efefaf41ae349e8c8ad4bb2d76dd27561efab
---
doc/filters.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index 705d48e1b0..e3005c3278 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -5431,13 +5431,13 @@ The filter accepts the following options:
@table @option
@item sizeX
-Set horizontal kernel size.
+Set horizontal radius size.
@item planes
Set which planes to filter. By default all planes are filtered.
@item sizeY
-Set vertical kernel size, if zero it will be same as @code{sizeX}.
+Set vertical radius size, if zero it will be same as @code{sizeX}.
Default is @code{0}.
@end table
More information about the ffmpeg-cvslog
mailing list