[SCM] libav/experimental: Typo

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:01:56 UTC 2013


The following commit has been merged in the experimental branch:
commit 1bebfde9e144267ce9f481105e8f63c6c6923b2d
Author: Ramiro Polla <ramiro.polla at gmail.com>
Date:   Sat Jun 16 00:26:51 2007 +0000

    Typo
    
    Originally committed as revision 9329 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/doc/hooks.texi b/doc/hooks.texi
index d4c4c5b..ea1051c 100644
--- a/doc/hooks.texi
+++ b/doc/hooks.texi
@@ -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
diff --git a/vhook/imlib2.c b/vhook/imlib2.c
index 3c54836..8460631 100644
--- a/vhook/imlib2.c
+++ b/vhook/imlib2.c
@@ -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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list