diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-01-04 15:14:14 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-01-04 15:14:14 +0000 |
commit | 50e4d833fe54776792e19215c0e7320cc402d7bc (patch) | |
tree | d07f87061eb00c1f5f8fd39f5272742ae0ed6a56 /doc | |
parent | 0c89322463ebf3ad2e7a7f003bab823357ba2996 (diff) | |
download | ffmpeg-50e4d833fe54776792e19215c0e7320cc402d7bc.tar.gz |
Spell out WB and NB.
Originally committed as revision 11395 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/general.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/general.texi b/doc/general.texi index dcf8a564fb..0e8c806ded 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -16,9 +16,9 @@ explicitly requested by passing the appropriate flags to @file{./configure}. @section AMR -AMR comes in two different flavors, WB and NB. FFmpeg can make use of the -AMR WB (floating-point mode) and the AMR NB (floating-point mode) reference -decoders and encoders. +AMR comes in two different flavors, wideband and narrowband. FFmpeg can make +use of the AMR wideband (floating-point mode) and the AMR narrowband +(floating-point mode) reference decoders and encoders. Go to @url{http://www.penguin.cz/~utx/amr} and follow the instructions for installing the libraries. Then pass @code{--enable-libamr-nb} and/or |