diff options
author | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2006-09-18 19:27:12 +0000 |
---|---|---|
committer | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2006-09-18 19:27:12 +0000 |
commit | 81d0618fa4ae616d991fe745a9c87997b532fc6a (patch) | |
tree | d3266ccd49c0441f4ab3fd671e2c82c380099c44 /doc | |
parent | 97c73545a5d6b28e2ea16773e9f3ba87e3a1c9cb (diff) | |
download | ffmpeg-81d0618fa4ae616d991fe745a9c87997b532fc6a.tar.gz |
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')
-rw-r--r-- | doc/ffmpeg-doc.texi | 2 |
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. |