# HG changeset patch # User Ryan C. Gordon # Date 1009932063 0 # Node ID 5b311ffabe4523702546c66238915ae1621cad89 # Parent fbb6101ea4b47878f35369295203594addb662cd Changed decoder's URL to point to Loki's SMPEG development page. diff -r fbb6101ea4b4 -r 5b311ffabe45 decoders/mp3.c --- a/decoders/mp3.c Sun Dec 30 23:18:33 2001 +0000 +++ b/decoders/mp3.c Wed Jan 02 00:41:03 2002 +0000 @@ -24,6 +24,8 @@ * Napster. :) It depends on the SMPEG library for decoding, which can * be grabbed from: http://www.lokigames.com/development/smpeg.php3 * + * This should also be able to extract the audio stream from an MPEG movie. + * * Please see the file COPYING in the source's root directory. * * This file written by Ryan C. Gordon. (icculus@clutteredmind.org) @@ -62,7 +64,7 @@ extensions_smpeg, "MPEG-1 Layer 3 audio through SMPEG", "Ryan C. Gordon ", - "http://www.icculus.org/SDL_sound/" + "http://www.lokigames.com/development/smpeg.php3" }, MP3_init, /* init() method */