diff options
-rw-r--r-- | src/libxineadec/logpcm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libxineadec/logpcm.c b/src/libxineadec/logpcm.c index bb0dd92a8..ede098d9c 100644 --- a/src/libxineadec/logpcm.c +++ b/src/libxineadec/logpcm.c @@ -26,11 +26,11 @@ * and credited to this person: * Craig Reese: IDA/Supercomputing Research Center * - * mu-law -> PCM conversion routine lifted from SoX Sound eXchange: + * A-law -> PCM conversion routine lifted from SoX Sound eXchange: * http://sox.sourceforge.net/ * which listed the code as being lifted from Sun Microsystems. * - * $Id: logpcm.c,v 1.1 2002/09/01 04:24:35 tmmm Exp $ + * $Id: logpcm.c,v 1.2 2002/09/01 04:26:20 tmmm Exp $ * */ |