diff options
author | Mark Himsley <mark@mdsh.com> | 2011-09-06 21:30:18 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-09-07 04:18:43 +0200 |
commit | 3961695b7f8e08e0dcf358c2da858ee7ad2b62a2 (patch) | |
tree | 83ddaf9fd0a8758d7e83b5bb318374fac9863ab8 | |
parent | 0078430e307cb5a420baf5e41922f1487ba6ea03 (diff) | |
download | ffmpeg-3961695b7f8e08e0dcf358c2da858ee7ad2b62a2.tar.gz |
Correct docs for boxblur parameters
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 01e80549b9..85e28b2b26 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -360,7 +360,7 @@ considered black, and defaults to 32. Apply boxblur algorithm to the input video. This filter accepts the parameters: -@var{luma_power}:@var{luma_radius}:@var{chroma_radius}:@var{chroma_power}:@var{alpha_radius}:@var{alpha_power} +@var{luma_radius}:@var{luma_power}:@var{chroma_radius}:@var{chroma_power}:@var{alpha_radius}:@var{alpha_power} Chroma and alpha parameters are optional, if not specified they default to the corresponding values set for @var{luma_radius} and |