[xiph-cvs] cvs commit: vorbis/lib floor0.c
Monty
xiphmont at xiph.org
Tue Nov 21 18:54:31 PST 2000
xiphmont 00/11/21 18:54:31
Modified: lib floor0.c
Log:
Erik Kruus spotted a bug in an ANALYSIS section
Revision Changes Path
1.30 +3 -3 vorbis/lib/floor0.c
Index: floor0.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/floor0.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- floor0.c 2000/11/17 11:47:18 1.29
+++ floor0.c 2000/11/22 02:54:30 1.30
@@ -12,7 +12,7 @@
********************************************************************
function: floor backend 0 implementation
- last mod: $Id: floor0.c,v 1.29 2000/11/17 11:47:18 xiphmont Exp $
+ last mod: $Id: floor0.c,v 1.30 2000/11/22 02:54:30 xiphmont Exp $
********************************************************************/
@@ -306,8 +306,8 @@
{
float *lspwork=alloca(look->m*sizeof(float));
memcpy(lspwork,out,look->m*sizeof(float));
- vorbis_lsp_to_curve(lspwork,look->linearmap,look->n,look->ln,
- work,look->m,amp,info->ampdB);
+ vorbis_lsp_to_curve(work,look->linearmap,look->n,look->ln,
+ lspwork,look->m,amp,info->ampdB);
_analysis_output("prefit",seq,work,look->n,0,1);
}
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list