summaryrefslogtreecommitdiff
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorDanil Iashchenko <danyaschenko@gmail.com>2018-07-20 19:31:19 +0300
committerGyan Doshi <ffmpeg@gyani.pro>2018-07-21 21:29:58 +0530
commit9d6efefaf41ae349e8c8ad4bb2d76dd27561efab (patch)
tree1857253b6fd3ae821a378977e25cbeff4714e282 /doc/filters.texi
parent9617178800566f263fb1bb1c04e9547a74ab6dbf (diff)
doc/filters: use radius instead of kernel in avgblur
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi4
1 files 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