diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2007-06-16 00:26:51 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2007-06-16 00:26:51 +0000 |
commit | 1bebfde9e144267ce9f481105e8f63c6c6923b2d (patch) | |
tree | c9c94733d5ececace9994971c057ccd729b33c9c /doc/hooks.texi | |
parent | 5c0e9479ef13995986eab7d24a7d63a022e525bf (diff) | |
download | ffmpeg-1bebfde9e144267ce9f481105e8f63c6c6923b2d.tar.gz |
Typo
Originally committed as revision 9329 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/hooks.texi')
-rw-r--r-- | doc/hooks.texi | 6 |
1 files changed, 3 insertions, 3 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 <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 -@item @option{-x <expresion>} @tab x coordinate of text or image -@item @option{-y <expresion>} @tab y coordinate of text or image +@item @option{-x <expression>}@tab x coordinate of text or image +@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 |