[FFmpeg-cvslog] doc/filters: apply minor spacing fixes to boxblur docs

Stefano Sabatini git at videolan.org
Fri Feb 22 20:01:20 CET 2013


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Fri Feb 22 19:57:54 2013 +0100| [8902f5b89c16dad1de4361efff191132ad08447b] | committer: Stefano Sabatini

doc/filters: apply minor spacing fixes to boxblur docs

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

 doc/filters.texi |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index 513d851..bd91c1c 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1939,10 +1939,9 @@ corresponding value set for @option{luma_power}.
 A value of 0 will disable the effect.
 @end table
 
-Some examples follow:
+Some examples follow.
 
 @itemize
-
 @item
 Apply a boxblur filter with luma, chroma, and alpha radius
 set to 2:
@@ -1951,17 +1950,16 @@ boxblur=2:1
 @end example
 
 @item
-Set luma radius to 2, alpha and chroma radius to 0
+Set luma radius to 2, alpha and chroma radius to 0:
 @example
 boxblur=2:1:cr=0:ar=0
 @end example
 
 @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
 boxblur=min(h\,w)/10:1:min(cw\,ch)/10:1
 @end example
-
 @end itemize
 
 @section colormatrix



More information about the ffmpeg-cvslog mailing list