[xiph-cvs] cvs commit: vorbis/lib psy.c

Segher Fishies segher at xiph.org
Tue Mar 27 20:50:56 PST 2001



segher      01/03/27 20:50:56

  Modified:    lib      Tag: segher-20010328-01 psy.c
  Log:
  Oops. Let's not revert bugfixes...

Revision  Changes    Path
No                   revision

No                   revision

1.44.2.2  +2 -2      vorbis/lib/psy.c

Index: psy.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/psy.c,v
retrieving revision 1.44.2.1
retrieving revision 1.44.2.2
diff -u -r1.44.2.1 -r1.44.2.2
--- psy.c	2001/03/28 03:34:12	1.44.2.1
+++ psy.c	2001/03/28 04:50:55	1.44.2.2
@@ -11,7 +11,7 @@
  ********************************************************************
 
  function: psychoacoustics not including preecho
- last mod: $Id: psy.c,v 1.44.2.1 2001/03/28 03:34:12 segher Exp $
+ last mod: $Id: psy.c,v 1.44.2.2 2001/03/28 04:50:55 segher Exp $
 
  ********************************************************************/
 
@@ -227,7 +227,7 @@
   p->total_octave_lines=maxoc-p->firstoc+1;
 
   p->ath=_ogg_malloc(n*sizeof(float));
-  p->octave=_ogg_malloc(n*sizeof(int));
+  p->octave=_ogg_malloc(n*sizeof(long));
   p->bark=_ogg_malloc(n*sizeof(float));
   p->vi=vi;
   p->n=n;

--- >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