[FFmpeg-cvslog] Correct docs for boxblur parameters

Mark Himsley git at videolan.org
Wed Sep 7 04:19:25 CEST 2011


ffmpeg | branch: master | Mark Himsley <mark at mdsh.com> | Tue Sep  6 21:30:18 2011 +0100| [3961695b7f8e08e0dcf358c2da858ee7ad2b62a2] | committer: Michael Niedermayer

Correct docs for boxblur parameters

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3961695b7f8e08e0dcf358c2da858ee7ad2b62a2
---

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

diff --git a/doc/filters.texi b/doc/filters.texi
index 01e8054..85e28b2 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:
- at var{luma_power}:@var{luma_radius}:@var{chroma_radius}:@var{chroma_power}:@var{alpha_radius}:@var{alpha_power}
+ at 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



More information about the ffmpeg-cvslog mailing list