Mercurial > SDL_sound_CoreAudio
changeset 192:5b311ffabe45
Changed decoder's URL to point to Loki's SMPEG development page.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 02 Jan 2002 00:41:03 +0000 |
parents | fbb6101ea4b4 |
children | 6cd07211a235 |
files | decoders/mp3.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <icculus@clutteredmind.org>", - "http://www.icculus.org/SDL_sound/" + "http://www.lokigames.com/development/smpeg.php3" }, MP3_init, /* init() method */