summaryrefslogtreecommitdiff
path: root/doc/ffmpeg-doc.texi
diff options
context:
space:
mode:
authorPanagiotis Issaris <takis.issaris@uhasselt.be>2006-09-18 19:27:12 +0000
committerPanagiotis Issaris <takis.issaris@uhasselt.be>2006-09-18 19:27:12 +0000
commit81d0618fa4ae616d991fe745a9c87997b532fc6a (patch)
treed3266ccd49c0441f4ab3fd671e2c82c380099c44 /doc/ffmpeg-doc.texi
parent97c73545a5d6b28e2ea16773e9f3ba87e3a1c9cb (diff)
Remove the "bufsize" OptionDef option from ffmpeg.c. The equally named "bufsize"
AVOption takes over its function with a change in unit from kilobytes to bits. Postfix "KiB" is available to ease the discomfort. Originally committed as revision 6288 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 04f85adeef..d764b12b5f 100644
--- a/doc/ffmpeg-doc.texi
+++ b/doc/ffmpeg-doc.texi
@@ -275,7 +275,7 @@ Set max video bitrate tolerance (in bit/s).
@item -minrate bitrate
Set min video bitrate tolerance (in bit/s).
@item -bufsize size
-Set rate control buffer size (in kbit).
+Set rate control buffer size (in bits).
@item -vcodec codec
Force video codec to @var{codec}. Use the @code{copy} special value to
tell that the raw codec data must be copied as is.