Commit 36684b35 authored by ramiro's avatar ramiro

Typo

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9329 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d34a959c
...@@ -78,12 +78,12 @@ Options: ...@@ -78,12 +78,12 @@ Options:
@item @option{-F <fontname>} @tab The font face and size @item @option{-F <fontname>} @tab The font face and size
@item @option{-t <text>} @tab The text @item @option{-t <text>} @tab The text
@item @option{-f <filename>} @tab The filename to read text from @item @option{-f <filename>} @tab The filename to read text from
@item @option{-x <expresion>} @tab x coordinate of text or image @item @option{-x <expression>}@tab x coordinate of text or image
@item @option{-y <expresion>} @tab y 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 @item @option{-i <filename>} @tab The filename to read a image from
@end multitable @end multitable
Expresions are functions of these variables: Expressions are functions of these variables:
@multitable @columnfractions .2 .8 @multitable @columnfractions .2 .8
@item @var{N} @tab frame number (starting at zero) @item @var{N} @tab frame number (starting at zero)
@item @var{H} @tab frame height @item @var{H} @tab frame height
......
...@@ -23,11 +23,11 @@ ...@@ -23,11 +23,11 @@
* -F <fontname> The font face and size * -F <fontname> The font face and size
* -t <text> The text * -t <text> The text
* -f <filename> The filename to read text from * -f <filename> The filename to read text from
* -x <expresion> X coordinate of text or image * -x <expression> X coordinate of text or image
* -y <expresion> Y coordinate of text or image * -y <expression> Y coordinate of text or image
* -i <filename> The filename to read a image from * -i <filename> The filename to read a image from
* *
* Expresions are functions of: * Expressions are functions of:
* N // frame number (starting at zero) * N // frame number (starting at zero)
* H // frame height * H // frame height
* W // frame width * W // frame width
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment