diff options
author | Robert Swain <robert.swain@gmail.com> | 2007-03-30 06:33:15 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-03-30 06:33:15 +0000 |
commit | 2c48a21c4fb1a591321181bc84207534f506ea9d (patch) | |
tree | f5931fe646a4b82f98950c070992f4efabc94bb0 /libavcodec/amr.c | |
parent | e9f6c8eaae56ff3d2826e91e5d77140b72869ad9 (diff) | |
download | ffmpeg-2c48a21c4fb1a591321181bc84207534f506ea9d.tar.gz |
Update specification and reference implementation links.
patch by Robert Swain, robert.swain gmail com
Originally committed as revision 8551 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/amr.c')
-rw-r--r-- | libavcodec/amr.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libavcodec/amr.c b/libavcodec/amr.c index 1883c25490..6a8193f0b9 100644 --- a/libavcodec/amr.c +++ b/libavcodec/amr.c @@ -35,7 +35,7 @@ * * \subsection Float * The float version (default) can be downloaded from: - * http://www.3gpp.org/ftp/Specs/archive/26_series/26.104/26104-510.zip + * http://www.3gpp.org/ftp/Specs/archive/26_series/26.104/26104-610.zip * Extract the source into \c "ffmpeg/libavcodec/amr_float". * * \subsection Fixed-point @@ -52,7 +52,7 @@ * \section AMR-WB * \subsection Float * The reference code can be downloaded from: - * http://www.3gpp.org/ftp/Specs/archive/26_series/26.204/26204-510.zip + * http://www.3gpp.org/ftp/Specs/archive/26_series/26.204/26204-600.zip * It should be extracted to \c "ffmpeg/libavcodec/amrwb_float". Enable it with * \c "--enable-amr_wb". * @@ -61,8 +61,9 @@ * http://www.3gpp.org/ftp/Specs/archive/26_series/26.173/26173-571.zip. * * \subsection Specification - * The specification for AMR-WB can be downloaded from: - * http://www.3gpp.org/ftp/Specs/archive/26_series/26.171/26171-500.zip. + * The specification for AMR-WB can be found in TS 26.171 + * (http://www.3gpp.org/ftp/Specs/html-info/26171.htm) and some other + * info at http://www.3gpp.org/ftp/Specs/html-info/26-series.htm. * */ |