aboutsummaryrefslogtreecommitdiffstats
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-04-12 10:51:29 +0200
committerClément Bœsch <ubitux@gmail.com>2013-04-12 10:59:05 +0200
commitfc15ad408c78aea6446d2e851360cc407fd1adc1 (patch)
tree31c5a74b94847e333e0eade2927bab0e06cce834 /doc/filters.texi
parent8876b0816d39741f047b1e4d649ac5e525bb464d (diff)
downloadffmpeg-fc15ad408c78aea6446d2e851360cc407fd1adc1.tar.gz
doc/filters: update boxblur options description.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi19
1 files changed, 7 insertions, 12 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 0bf68613a5..d445bfaa86 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
-@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
-@item luma_radius
-@item luma_power
-@item chroma_radius
-@item chroma_power
-@item alpha_radius
-@item alpha_power
+@item luma_radius, lr
+@item luma_power, lp
+@item chroma_radius, cr
+@item chroma_power, cp
+@item alpha_radius, ar
+@item alpha_power, ap
@end table