# HG changeset patch # User diego # Date 1248984616 0 # Node ID 50589ac2c8cc40dbcaf9ec3df12414b5a91fd2ae # Parent 7acdcd4d512aff055e1268500eb6a52ab0623662 Update documentation for libamr replacement by OpenCORE in FFmpeg. diff -r 7acdcd4d512a -r 50589ac2c8cc DOCS/man/en/mplayer.1 --- a/DOCS/man/en/mplayer.1 Thu Jul 30 12:08:20 2009 +0000 +++ b/DOCS/man/en/mplayer.1 Thu Jul 30 20:10:16 2009 +0000 @@ -7860,10 +7860,6 @@ Free Lossless Audio Codec (FLAC) .IPs "g726\ " G.726 ADPCM -.IPs libamr_nb -3GPP Adaptive Multi-Rate (AMR) narrow-band -.IPs libamr_wb -3GPP Adaptive Multi-Rate (AMR) wide-band .IPs libfaac Advanced Audio Coding (AAC) \- using FAAC .IPs libmp3lame diff -r 7acdcd4d512a -r 50589ac2c8cc DOCS/xml/en/encoding-guide.xml --- a/DOCS/xml/en/encoding-guide.xml Thu Jul 30 12:08:20 2009 +0000 +++ b/DOCS/xml/en/encoding-guide.xml Thu Jul 30 20:10:16 2009 +0000 @@ -2622,14 +2622,6 @@ G.726 ADPCM - libamr_nb - 3GPP Adaptive Multi-Rate (AMR) narrow-band - - - libamr_wb - 3GPP Adaptive Multi-Rate (AMR) wide-band - - libfaac Advanced Audio Coding (AAC) - using FAAC diff -r 7acdcd4d512a -r 50589ac2c8cc DOCS/xml/en/install.xml --- a/DOCS/xml/en/install.xml Thu Jul 30 12:08:20 2009 +0000 +++ b/DOCS/xml/en/install.xml Thu Jul 30 20:10:16 2009 +0000 @@ -469,14 +469,10 @@ AMR -Adaptive Multi-Rate speech codec is used in third generation (3G) mobile -phones. -Reference implementation is available from -The 3rd Generation Partnership Project -(free for private use). -To enable support, download and install support libraries for -AMR-NB and AMR-WB -following the instructions on that page. Recompile MPlayer afterwards. +MPlayer can use the OpenCORE AMR libraries through FFmpeg. +Download the libraries for AMR-NB and AMR-WB from the +opencore-amr +project and install them according to the instructions on that page.