diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2007-08-07 02:38:20 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2007-08-07 02:38:20 +0000 |
commit | 8ed43d6b05e4ff8ce6710c61f52cdd351943a209 (patch) | |
tree | 529db555fc14a5041a228e7035b3a02542341dbe /doc/hooks.texi | |
parent | 25994197a311b0ab6b52368d976e62c1e7ecf190 (diff) | |
download | ffmpeg-8ed43d6b05e4ff8ce6710c61f52cdd351943a209.tar.gz |
Correct misleading comment and typo
Originally committed as revision 9975 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/hooks.texi')
-rw-r--r-- | doc/hooks.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/hooks.texi b/doc/hooks.texi index c8ddc80337..c25c0f7c82 100644 --- a/doc/hooks.texi +++ b/doc/hooks.texi @@ -72,7 +72,7 @@ with the full path to the font file, as in: @end example 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 @file{/usr/lib/X11/rgb.txt} @@ -157,7 +157,7 @@ Usage examples: -sameq output.avi 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 ffmpeg -i input.avi -vhook \ |