Browse Source

doc/filters: use radius instead of kernel in avgblur

tags/n4.1
Danil Iashchenko Gyan Doshi 6 years ago
parent
commit
9d6efefaf4
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      doc/filters.texi

+ 2
- 2
doc/filters.texi View File

@@ -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



Loading…
Cancel
Save