[FFmpeg-cvslog] r9329 - in trunk: doc/hooks.texi vhook/imlib2.c

ramiro subversion
Sat Jun 16 02:26:52 CEST 2007


Author: ramiro
Date: Sat Jun 16 02:26:51 2007
New Revision: 9329

Log:
Typo

Modified:
   trunk/doc/hooks.texi
   trunk/vhook/imlib2.c

Modified: trunk/doc/hooks.texi
==============================================================================
--- trunk/doc/hooks.texi	(original)
+++ trunk/doc/hooks.texi	Sat Jun 16 02:26:51 2007
@@ -78,12 +78,12 @@ Options:
 @item @option{-F <fontname>}  @tab The font face and size
 @item @option{-t <text>}      @tab The text
 @item @option{-f <filename>}  @tab The filename to read text from
- at item @option{-x <expresion>} @tab x coordinate of text or image
- at item @option{-y <expresion>} @tab y coordinate of text or image
+ at item @option{-x <expression>}@tab x coordinate of text or image
+ at item @option{-y <expression>}@tab y coordinate of text or image
 @item @option{-i <filename>}  @tab The filename to read a image from
 @end multitable
 
-Expresions are functions of these variables:
+Expressions are functions of these variables:
 @multitable @columnfractions .2 .8
 @item @var{N} @tab frame number (starting at zero)
 @item @var{H} @tab frame height

Modified: trunk/vhook/imlib2.c
==============================================================================
--- trunk/vhook/imlib2.c	(original)
+++ trunk/vhook/imlib2.c	Sat Jun 16 02:26:51 2007
@@ -23,11 +23,11 @@
  * -F <fontname>        The font face and size
  * -t <text>            The text
  * -f <filename>        The filename to read text from
- * -x <expresion>       X coordinate of text or image
- * -y <expresion>       Y coordinate of text or image
+ * -x <expression>      X coordinate of text or image
+ * -y <expression>      Y coordinate of text or image
  * -i <filename>        The filename to read a image from
  *
- * Expresions are functions of:
+ * Expressions are functions of:
  *      N  // frame number (starting at zero)
  *      H  // frame height
  *      W  // frame width




More information about the ffmpeg-cvslog mailing list