diff mbox

[FFmpeg-devel] doc/filters: update info about avgblur filter to make it more understandable

Message ID 1532104281-17163-1-git-send-email-danyaschenko@gmail.com
State Accepted
Commit 9d6efefaf41ae349e8c8ad4bb2d76dd27561efab
Headers show

Commit Message

Danil Iashchenko July 20, 2018, 4:31 p.m. UTC
doc/filters: update info about avgblur filter to make it more understandable

---
 doc/filters.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Gyan July 21, 2018, 1:18 p.m. UTC | #1
On 20-07-2018 10:01 PM, Danil Iashchenko wrote:
> doc/filters: update info about avgblur filter to make it more understandable
> 
> ---
>   doc/filters.texi | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/doc/filters.texi b/doc/filters.texi
> index 705d48e..e3005c3 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

LGTM.

Thanks,
Gyan
diff mbox

Patch

diff --git a/doc/filters.texi b/doc/filters.texi
index 705d48e..e3005c3 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