summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSegher Boessenkool <segher@xiph.org>2001-03-28 04:50:55 +0000
committerSegher Boessenkool <segher@xiph.org>2001-03-28 04:50:55 +0000
commit16d024359e8dd9a9035d72124c2b02c96b32f7f0 (patch)
treee6da04b4c02f539c1b18335b17002ffbb69f9d52
parent65c31bd14c159419044259c5c73468d85f52fa5e (diff)
downloadlibvorbis-git-segher-20010328-01.tar.gz
Oops. Let's not revert bugfixes...segher-20010328-01
svn path=/branches/segher-20010328-01/vorbis/; revision=1414
-rw-r--r--lib/psy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/psy.c b/lib/psy.c
index 4bd72edc..74b8f818 100644
--- a/lib/psy.c
+++ b/lib/psy.c
@@ -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 @@ initdbtab();
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;