[FFmpeg-cvslog] doc/filters: update boxblur options description.
Clément Bœsch
git at videolan.org
Fri Apr 12 10:59:37 CEST 2013
ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Fri Apr 12 10:51:29 2013 +0200| [fc15ad408c78aea6446d2e851360cc407fd1adc1] | committer: Clément Bœsch
doc/filters: update boxblur options description.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fc15ad408c78aea6446d2e851360cc407fd1adc1
---
doc/filters.texi | 19 +++++++------------
1 file changed, 7 insertions(+), 12 deletions(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index 0bf6861..d445bfa 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -2036,21 +2036,16 @@ blend=all_expr='if(eq(mod(X,2),mod(Y,2)),A,B)'
Apply boxblur algorithm to the input video.
-The filter accepts parameters as a list of @var{key}=@var{value}
-pairs, separated by ":". If the key of the first options is omitted,
-the arguments are interpreted according to the syntax
- at option{luma_radius}:@option{luma_power}:@option{chroma_radius}:@option{chroma_power}:@option{alpha_radius}:@option{alpha_power}.
-
-This filter accepts the following options:
+The filter accepts the following options:
@table @option
- at item luma_radius
- at item luma_power
- at item chroma_radius
- at item chroma_power
- at item alpha_radius
- at item alpha_power
+ at item luma_radius, lr
+ at item luma_power, lp
+ at item chroma_radius, cr
+ at item chroma_power, cp
+ at item alpha_radius, ar
+ at item alpha_power, ap
@end table
More information about the ffmpeg-cvslog
mailing list