From 1bebfde9e144267ce9f481105e8f63c6c6923b2d Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Sat, 16 Jun 2007 00:26:51 +0000 Subject: [PATCH] Typo Originally committed as revision 9329 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/hooks.texi | 6 +++--- vhook/imlib2.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/hooks.texi b/doc/hooks.texi index d4c4c5becb..ea1051ca97 100644 --- a/doc/hooks.texi +++ b/doc/hooks.texi @@ -78,12 +78,12 @@ Options: @item @option{-F } @tab The font face and size @item @option{-t } @tab The text @item @option{-f } @tab The filename to read text from -@item @option{-x } @tab x coordinate of text or image -@item @option{-y } @tab y coordinate of text or image +@item @option{-x }@tab x coordinate of text or image +@item @option{-y }@tab y coordinate of text or image @item @option{-i } @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 3c548366cd..8460631ad7 100644 --- a/vhook/imlib2.c +++ b/vhook/imlib2.c @@ -23,11 +23,11 @@ * -F The font face and size * -t The text * -f The filename to read text from - * -x X coordinate of text or image - * -y Y coordinate of text or image + * -x X coordinate of text or image + * -y Y coordinate of text or image * -i 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