[FFmpeg-soc] [soc]: r5780 - libavfilter/diffs/03_libavfilter_doc.diff

stefano subversion at mplayerhq.hu
Sun May 2 00:11:12 CEST 2010


Author: stefano
Date: Sun May  2 00:11:11 2010
New Revision: 5780

Log:
Consistently use @var{VARNAME} syntax for marking parameters.

Modified:
   libavfilter/diffs/03_libavfilter_doc.diff

Modified: libavfilter/diffs/03_libavfilter_doc.diff
==============================================================================
--- libavfilter/diffs/03_libavfilter_doc.diff	Sat May  1 20:33:57 2010	(r5779)
+++ libavfilter/diffs/03_libavfilter_doc.diff	Sun May  2 00:11:11 2010	(r5780)
@@ -2,7 +2,7 @@ Index: doc/libavfilter.texi
 ===================================================================
 --- doc/libavfilter.texi	(revision 23004)
 +++ doc/libavfilter.texi	(working copy)
-@@ -139,6 +139,20 @@
+@@ -139,6 +139,21 @@
  
  The default value of @var{width} and @var{height} is 0.
  
@@ -12,7 +12,8 @@ Index: doc/libavfilter.texi
 +./ffmpeg -i in.avi -vfilters "drawbox=10:20:200:60:red" out.avi
 + at end example
 +
-+Draw a box with x:y:width:height dimensions in a chosen color.
++Draw a box with @var{x}:@var{y}:@var{width}:@var{height}:@var{color}
++dimensions in a chosen color.
 +
 + at section fifo
 +
@@ -23,7 +24,7 @@ Index: doc/libavfilter.texi
  @section format
  
  Convert the input video to one of the specified pixel formats.
-@@ -156,6 +170,30 @@
+@@ -156,6 +171,30 @@
  
  will convert the input video to the format ``yuv420p''.
  
@@ -54,7 +55,7 @@ Index: doc/libavfilter.texi
  @section noformat
  
  Force libavfilter not to use any of the specified pixel formats for the
-@@ -177,6 +215,98 @@
+@@ -177,6 +216,99 @@
  
  Pass the source unchanged to the output.
  
@@ -111,9 +112,10 @@ Index: doc/libavfilter.texi
 + at section pad
 +
 +Add paddings to the input image, and places the original input at the
-+given coordinates x, y.
++given coordinates @var{x}, @var{y}.
 +
-+It accepts the following parameters: width:height:x:y:color.
++It accepts the following parameters:
++ at var{width}:@var{height}:@var{x}:@var{y}:@var{color}.
 +
 +Follows the description of the accepted parameters.
 +
@@ -121,24 +123,24 @@ Index: doc/libavfilter.texi
 + at item width, height
 +
 +Specify the size of the output image with the paddings added. If the
-+value for ``width'' or ``height'' is 0, the corresponding input size
++value for @var{width} or @var{height} is 0, the corresponding input size
 +is used for the output.
 +
-+The default value of ``width'' and ``height'' is 0.
++The default value of @var{width} and @var{height} is 0.
 +
 + at item x, y
 +
 +Specify the offsets where to place the input image in the padded area
 +with respect to the top/left border of the output image.
 +
-+The default value of ``x'' and ``y'' is 0.
++The default value of @var{x} and @var{y} is 0.
 +
 + at item color
 +
 +Specify the color of the padded area, it can be the name of a color
 +(case insensitive match) or a 0xRRGGBB[AA] sequence.
 +
-+The default value of ``color'' is ``black''.
++The default value of @var{color} is ``black''.
 +
 + at end table
 +
@@ -153,7 +155,7 @@ Index: doc/libavfilter.texi
  @section scale
  
  Scale the input video to @var{width}:@var{height} and/or convert the image format.
-@@ -202,6 +332,24 @@
+@@ -202,6 +334,24 @@
  
  The default value of @var{width} and @var{height} is 0.
  
@@ -178,7 +180,7 @@ Index: doc/libavfilter.texi
  @section slicify
  
  Pass the images of input video on to next video filter as multiple
-@@ -217,6 +365,19 @@
+@@ -217,6 +367,19 @@
  Adding this in the beginning of filter chains should make filtering
  faster due to better use of the memory cache.
  
@@ -198,7 +200,7 @@ Index: doc/libavfilter.texi
  @section unsharp
  
  Sharpen or blur the input video. It accepts the following parameters:
-@@ -282,6 +443,32 @@
+@@ -282,6 +445,32 @@
  
  Below is a description of the currently available video sources.
  


More information about the FFmpeg-soc mailing list