[xiph-commits] r9200 - branches/rel-1-0-branch/speex/libspeex
jm at motherfish-iii.xiph.org
jm at motherfish-iii.xiph.org
Sun May 1 22:14:34 PDT 2005
Author: jm
Date: 2005-05-01 22:14:33 -0700 (Sun, 01 May 2005)
New Revision: 9200
Modified:
branches/rel-1-0-branch/speex/libspeex/modes.c
branches/rel-1-0-branch/speex/libspeex/stereo.c
Log:
oops, fixed stupid bug that breaks decoding
Modified: branches/rel-1-0-branch/speex/libspeex/modes.c
===================================================================
--- branches/rel-1-0-branch/speex/libspeex/modes.c 2005-05-02 04:45:12 UTC (rev 9199)
+++ branches/rel-1-0-branch/speex/libspeex/modes.c 2005-05-02 05:14:33 UTC (rev 9200)
@@ -32,6 +32,7 @@
*/
+#include <math.h>
#include "modes.h"
#include "ltp.h"
#include "quant_lsp.h"
Modified: branches/rel-1-0-branch/speex/libspeex/stereo.c
===================================================================
--- branches/rel-1-0-branch/speex/libspeex/stereo.c 2005-05-02 04:45:12 UTC (rev 9199)
+++ branches/rel-1-0-branch/speex/libspeex/stereo.c 2005-05-02 05:14:33 UTC (rev 9200)
@@ -118,7 +118,6 @@
void speex_decode_stereo_int(short *data, int frame_size, SpeexStereoState *stereo)
{
int i;
- int N;
/* FIXME: Do some dynamic allocation here */
float float_data[2*MAX_IN_SAMPLES];
speex_decode_stereo(float_data, frame_size, stereo);
More information about the commits
mailing list