[FFmpeg-cvslog] doc/encoders/libfdk_aac: fix a few typos
Stefano Sabatini
git at videolan.org
Fri Nov 22 14:57:55 CET 2013
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Fri Nov 22 14:54:40 2013 +0100| [9459569897a2bcdded0e68416ad1a7aaf1127901] | committer: Stefano Sabatini
doc/encoders/libfdk_aac: fix a few typos
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9459569897a2bcdded0e68416ad1a7aaf1127901
---
doc/encoders.texi | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/doc/encoders.texi b/doc/encoders.texi
index 1aec431..a060525 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -642,7 +642,7 @@ Set the number of audio channels.
@item flags +qscale
Enable fixed quality, VBR (Variable Bit Rate) mode.
-Note that VBR is implicitely enabled when the @option{vbr} value is
+Note that VBR is implicitly enabled when the @option{vbr} value is
positive.
@item cutoff
@@ -725,12 +725,12 @@ Default value is 0.
@item vbr
Set VBR mode, from 1 to 5. 1 is lowest quality (though still pretty
-good) and 5 is highest quality. A value of 0 will disable VBR mode,
-and CBR (Constant Bit Rate) mode is enabled.
+good) and 5 is highest quality. A value of 0 will disable VBR, and CBR
+(Constant Bit Rate) is enabled.
-Currently only the @samp{aac_low} profile supports VBR mode.
+Currently only the @samp{aac_low} profile supports VBR encoding.
-VBR modes 1-5 correspond to roughly the following average bit rate:
+VBR modes 1-5 correspond to roughly the following average bit rates:
@table @samp
@item 1
More information about the ffmpeg-cvslog
mailing list