diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-04-12 10:27:40 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-04-12 10:27:40 +0000 |
commit | 0c8351b80f624964fe0bcbc5811b5b311e7902b9 (patch) | |
tree | 98e3ab528fc29aff8c81aeb50067b292e7f1d237 | |
parent | 6fea687ec1ff083d4da8e3bddf883163508cf48f (diff) | |
download | ffmpeg-0c8351b80f624964fe0bcbc5811b5b311e7902b9.tar.gz |
Update download URL with a link to a working version.
Originally committed as revision 8716 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/amr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/amr.c b/libavcodec/amr.c index 9c4d69994b..0a462542de 100644 --- a/libavcodec/amr.c +++ b/libavcodec/amr.c @@ -41,7 +41,7 @@ * * \subsection Fixed-point * The fixed-point (TS26.073) can be downloaded from: - * http://www.3gpp.org/ftp/Specs/archive/26_series/26.073/26073-510.zip. + * http://www.3gpp.org/ftp/Specs/archive/26_series/26.073/26073-600.zip * Extract the source into \c "ffmpeg/libavcodec/amr". * Enable it by passing \c "--enable-amr-nb-fixed" to \c "./configure". * |