summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-07-01 15:59:51 +0200
committerStefano Sabatini <stefasab@gmail.com>2013-07-01 16:00:37 +0200
commit7ebab4159a6960f61b42b89a2efbc6eb3dfc199b (patch)
tree69d208c96a5ac05e3754479dbc13e8617884ebec /doc
parent38f1d56769189c78c9302a460459c09e9e378a9d (diff)
doc/encoders: apply various fixes to libmp3lame documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/encoders.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi
index 7da6376ad9..afe4952c36 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -428,16 +428,16 @@ the LAME-equivalent options follow the FFmpeg ones.
@multitable @columnfractions .2 .2
@item FFmpeg @tab LAME
@item b @tab b
-FFmpeg @code{b} option is expressed in bits/s, lame @code{bitrate}
-in kilobits/s.
+Set bitrate expressed in bits/s, LAME @code{bitrate} is expressed in
+kilobits/s.
@item q @tab V
-Quality setting for VBR.
+Set quality setting for VBR.
@item compression_level @tab q
-Algorithm quality. Valid options are integers from 0-9.
+Set algorithm quality. Valid arguments are integers in the 0-9 range.
@item reservoir @tab N.A.
Enable use of bit reservoir. LAME has this enabled by default.
@item joint_stereo @tab -m j
-Enables the encoder to use (on a frame by frame basis) either L/R
+Enable the encoder to use (on a frame by frame basis) either L/R
stereo or mid/side stereo.
@end multitable