diff options
author | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2006-09-15 22:32:30 +0000 |
---|---|---|
committer | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2006-09-15 22:32:30 +0000 |
commit | dc5ee8bc54fe2a98eaaf83d84f0fba93e0af03af (patch) | |
tree | b5c41bda30c99f382c0ca3fc4834aae2c2cdeb7e /doc | |
parent | 0dcb89fc528a1024fd4eb80b1d56eaa9fc8573ea (diff) | |
download | ffmpeg-dc5ee8bc54fe2a98eaaf83d84f0fba93e0af03af.tar.gz |
Remove the "bt" OptionDef option from ffmpeg.c. The equally named
"bt" AVOption takes over its function although the parameter unit
has changed from kilobits/sec to bits/sec.
Originally committed as revision 6276 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 44692f6c6d..04f85adeef 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -269,7 +269,7 @@ blue (default = 000000 (black)). @item -vn Disable video recording. @item -bt tolerance -Set video bitrate tolerance (in kbit/s). +Set video bitrate tolerance (in bit/s). @item -maxrate bitrate Set max video bitrate tolerance (in bit/s). @item -minrate bitrate |