Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
1bebfde9
Commit
1bebfde9
authored
17 years ago
by
Ramiro Polla
Browse files
Options
Downloads
Patches
Plain Diff
Typo
Originally committed as revision 9329 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
5c0e9479
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/hooks.texi
+3
-3
3 additions, 3 deletions
doc/hooks.texi
vhook/imlib2.c
+3
-3
3 additions, 3 deletions
vhook/imlib2.c
with
6 additions
and
6 deletions
doc/hooks.texi
+
3
−
3
View file @
1bebfde9
...
@@ -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 <expres
s
ion>
}
@tab x coordinate of text or image
@item @option
{
-y <expresion>
}
@tab y coordinate of text or image
@item @option
{
-y <expres
s
ion>
}
@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:
Expres
s
ions 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
...
...
This diff is collapsed.
Click to expand it.
vhook/imlib2.c
+
3
−
3
View file @
1bebfde9
...
@@ -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 <expres
s
ion> X coordinate of text or image
* -y <expresion>
Y coordinate of text or image
* -y <expres
s
ion> 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:
* Expres
s
ions 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment