Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
1bebfde9
Commit
1bebfde9
authored
Jun 16, 2007
by
Ramiro Polla
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo
Originally committed as revision 9329 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
5c0e9479
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
hooks.texi
doc/hooks.texi
+3
-3
imlib2.c
vhook/imlib2.c
+3
-3
No files found.
doc/hooks.texi
View file @
1bebfde9
...
...
@@ -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 <expres
ion>
}
@tab x coordinate of text or image
@item @option
{
-y <expres
ion>
}
@tab y coordinate of text or image
@item @option
{
-x <expres
sion>
}
@tab x coordinate of text or image
@item @option
{
-y <expres
sion>
}
@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:
Expres
s
ions are functions of these variables:
@multitable @columnfractions .2 .8
@item @var
{
N
}
@tab frame number (starting at zero)
@item @var
{
H
}
@tab frame height
...
...
vhook/imlib2.c
View file @
1bebfde9
...
...
@@ -23,11 +23,11 @@
* -F <fontname> The font face and size
* -t <text> The text
* -f <filename> The filename to read text from
* -x <expres
ion>
X coordinate of text or image
* -y <expres
ion>
Y coordinate of text or image
* -x <expres
sion>
X coordinate of text or image
* -y <expres
sion>
Y coordinate of text or image
* -i <filename> The filename to read a image from
*
* Expresions are functions of:
* Expres
s
ions are functions of:
* N // frame number (starting at zero)
* H // frame height
* W // frame width
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment