diff options
author | Danil Iashchenko <danyaschenko@gmail.com> | 2018-07-20 19:31:19 +0300 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2018-07-21 21:29:58 +0530 |
commit | 9d6efefaf41ae349e8c8ad4bb2d76dd27561efab (patch) | |
tree | 1857253b6fd3ae821a378977e25cbeff4714e282 /doc | |
parent | 9617178800566f263fb1bb1c04e9547a74ab6dbf (diff) | |
download | ffmpeg-9d6efefaf41ae349e8c8ad4bb2d76dd27561efab.tar.gz |
doc/filters: use radius instead of kernel in avgblur
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 4 |
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 |