[FFmpeg-devel] [PATCH 2/4] Add replay_gain and find_peak_sample options to libmp3lame

Giovanni Motta giovanni.motta at gmail.com
Wed May 28 03:19:48 CEST 2014


Fixes ticket #3577

---
 doc/encoders.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/encoders.texi b/doc/encoders.texi
index 1d37f37..69783ba 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -810,13 +810,13 @@ Enable use of bit reservoir when set to 1. Default value is 1. LAME
 has this enabled by default, but can be overridden by use
 @option{--nores} option.

- at item find_peak_sample (@emph{--find_peak_sample})
+ at item find_peak_sample (@emph{-find_peak_sample})
 When set to 1, find and store in the Xing header the peak value of the signal.
 Default value is 0. This option is available only if LAME is patched with
 @url{http://sourceforge.net/p/lame/patches/66/} and configured with
 --enable-decoder.

- at item replay_gain (@emph{--replay_gain})
+ at item replay_gain (@emph{-replay_gain})
 When set to 1, find and store in the Xing header the replay gain.
 Default value is 0. This option is available only if LAME is patched with
 @url{http://sourceforge.net/p/lame/patches/66/}.
--
1.9.1.423.g4596e3a


More information about the ffmpeg-devel mailing list