summaryrefslogtreecommitdiff
path: root/doc/ffmpeg-doc.texi
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-11-20 21:48:08 +0000
committerDiego Biurrun <diego@biurrun.de>2006-11-20 21:48:08 +0000
commiteb10acec36ec1890e66d4c51f29cfba8606f0b96 (patch)
treee5b78da7d870ef65e2d8fade6f26e9ca4915f796 /doc/ffmpeg-doc.texi
parentcb741242a1814db071ed1b1c694352efdc7624c7 (diff)
Kb --> kb
Originally committed as revision 7142 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffmpeg-doc.texi')
-rw-r--r--doc/ffmpeg-doc.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi
index a0ddd92bff..5fa4809293 100644
--- a/doc/ffmpeg-doc.texi
+++ b/doc/ffmpeg-doc.texi
@@ -143,7 +143,7 @@ file. Therefore, order is important, and you can have the same
option on the command line multiple times. Each occurence is
then applied to the next input or output file.
-* To set the video bitrate of the output file to 64Kbit/s:
+* To set the video bitrate of the output file to 64kbit/s:
@example
ffmpeg -i input.avi -b 64k output.avi
@end example