From 16d024359e8dd9a9035d72124c2b02c96b32f7f0 Mon Sep 17 00:00:00 2001 From: Segher Boessenkool Date: Wed, 28 Mar 2001 04:50:55 +0000 Subject: Oops. Let's not revert bugfixes... svn path=/branches/segher-20010328-01/vorbis/; revision=1414 --- lib/psy.c | 4 ++-- 1 file 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; -- cgit v1.2.1