Browse Source

Correct misleading comment and typo

Originally committed as revision 9975 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Ramiro Polla 18 years ago
parent
commit
8ed43d6b05
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      doc/hooks.texi

+ 2
- 2
doc/hooks.texi View File

@@ -72,7 +72,7 @@ with the full path to the font file, as in:
@end example @end example
where 20 is the point size. where 20 is the point size.


You can specify the filename to read RGB color names from. If none are
You can specify the filename to read RGB color names from. If it is not
specified, these defaults are used: @file{/usr/share/X11/rgb.txt} and specified, these defaults are used: @file{/usr/share/X11/rgb.txt} and
@file{/usr/lib/X11/rgb.txt} @file{/usr/lib/X11/rgb.txt}


@@ -157,7 +157,7 @@ Usage examples:
-sameq output.avi -sameq output.avi


This example does the same as the one above, but specifies an rgb.txt file This example does the same as the one above, but specifies an rgb.txt file
to be used, which has a custom made color in it.
to be used, which has a custom-made color in it.


# Variable colors # Variable colors
ffmpeg -i input.avi -vhook \ ffmpeg -i input.avi -vhook \


Loading…
Cancel
Save