[FFmpeg-cvslog] doc/filters: apply misc fixes to drawbox documentation

Stefano Sabatini git at videolan.org
Wed Feb 20 19:13:33 CET 2013


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Wed Feb 20 15:47:12 2013 +0100| [49c8fe304f691a661eed2c3a31df273604c1df09] | committer: Stefano Sabatini

doc/filters: apply misc fixes to drawbox documentation

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

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

diff --git a/doc/filters.texi b/doc/filters.texi
index 43bfd9c..e7661f6 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -2224,10 +2224,12 @@ specified file.
 
 Draw a colored box on the input image.
 
-The filter accepts parameters as a list of @var{key}=@var{value} pairs,
-separated by ":".
+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{x}:@option{y}:@option{width}:@option{height}:@option{color}:@option{thickness}.
 
-The description of the accepted parameters follows.
+A description of the accepted options follows.
 
 @table @option
 @item x, y
@@ -2248,10 +2250,6 @@ video with inverted luma.
 Set the thickness of the box edge. Default value is @code{4}.
 @end table
 
-If the key of the first options is omitted, the arguments are
-interpreted according to the syntax
- at var{x}:@var{y}:@var{width}:@var{height}:@var{color}:@var{thickness}.
-
 Some examples follow:
 @itemize
 @item



More information about the ffmpeg-cvslog mailing list