doc/filters: apply minor spacing fixes to boxblur docs

This commit is contained in:
Stefano Sabatini 2013-02-22 19:57:54 +01:00
parent f30979e095
commit 8902f5b89c
1 changed files with 3 additions and 5 deletions

View File

@ -1939,10 +1939,9 @@ corresponding value set for @option{luma_power}.
A value of 0 will disable the effect. A value of 0 will disable the effect.
@end table @end table
Some examples follow: Some examples follow.
@itemize @itemize
@item @item
Apply a boxblur filter with luma, chroma, and alpha radius Apply a boxblur filter with luma, chroma, and alpha radius
set to 2: set to 2:
@ -1951,17 +1950,16 @@ boxblur=2:1
@end example @end example
@item @item
Set luma radius to 2, alpha and chroma radius to 0 Set luma radius to 2, alpha and chroma radius to 0:
@example @example
boxblur=2:1:cr=0:ar=0 boxblur=2:1:cr=0:ar=0
@end example @end example
@item @item
Set luma and chroma radius to a fraction of the video dimension Set luma and chroma radius to a fraction of the video dimension:
@example @example
boxblur=min(h\,w)/10:1:min(cw\,ch)/10:1 boxblur=min(h\,w)/10:1:min(cw\,ch)/10:1
@end example @end example
@end itemize @end itemize
@section colormatrix @section colormatrix