[xiph-cvs] cvs commit: vorbis/lib psy.c
Segher Boessenkool
segher at xiph.org
Fri Dec 21 07:24:43 PST 2001
segher 01/12/21 07:24:43
Modified: lib psy.c
Log:
fix potential bug. luckily we weren't hit by it.
Revision Changes Path
1.63 +2 -2 vorbis/lib/psy.c
Index: psy.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/psy.c,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- psy.c 2001/12/21 14:52:35 1.62
+++ psy.c 2001/12/21 15:24:43 1.63
@@ -11,7 +11,7 @@
********************************************************************
function: psychoacoustics not including preecho
- last mod: $Id: psy.c,v 1.62 2001/12/21 14:52:35 segher Exp $
+ last mod: $Id: psy.c,v 1.63 2001/12/21 15:24:43 segher Exp $
********************************************************************/
@@ -969,7 +969,7 @@
for(j=0,k=0;j<n;k++){
vp_couple *part=info->couple_pass[passno].couple_pass+k;
float rqlimit=part->outofphase_requant_limit;
- float flip_p=part->outofphase_redundant_flip_p;
+ int flip_p=part->outofphase_redundant_flip_p;
for(;j<part->limit && j<p->n;j++){
/* partition by partition; k is our by-location partition
--- >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