diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2007-08-07 02:28:02 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2007-08-07 02:28:02 +0000 |
commit | 25994197a311b0ab6b52368d976e62c1e7ecf190 (patch) | |
tree | 0efcd9cb2a62015d41d7228b346057d84a93e420 /doc | |
parent | 60147de8fd1c43d797595c54e9fb50d4b4737352 (diff) | |
download | ffmpeg-25994197a311b0ab6b52368d976e62c1e7ecf190.tar.gz |
Indent
Originally committed as revision 9974 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-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 f6d61e9f5a..c8ddc80337 100644 --- a/doc/hooks.texi +++ b/doc/hooks.texi @@ -156,8 +156,8 @@ Usage examples: 'vhook/imlib2.so -C rgb.txt -c CustomColor1 -F VeraBd.ttf/16 -x 100 -y -1.0*N -f credits.txt' \ -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. + 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. # Variable colors ffmpeg -i input.avi -vhook \ |