diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2007-07-19 22:57:48 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2007-07-19 22:57:48 +0000 |
commit | f0326fdefc0430596e329594b3918a9f446d4c05 (patch) | |
tree | a6f08396e8b22cfdbc30bcc54cc0addc4edf0f09 | |
parent | b8ef6423c725ddd7c2f4065a40f2e0ea27d44376 (diff) | |
download | ffmpeg-f0326fdefc0430596e329594b3918a9f446d4c05.tar.gz |
Add new imlib2 documentation from vhook/imlib2.c to doc/hooks.texi.
Originally committed as revision 9767 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/hooks.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/hooks.texi b/doc/hooks.texi index 73dc021b98..f6d61e9f5a 100644 --- a/doc/hooks.texi +++ b/doc/hooks.texi @@ -86,6 +86,10 @@ Options: @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 +@item @option{-R <expression>}@tab Value for R color +@item @option{-G <expression>}@tab Value for G color +@item @option{-B <expression>}@tab Value for B color +@item @option{-A <expression>}@tab Value for Alpha channel @end multitable Expressions are functions of these variables: |