[xiph-commits] r11798 - trunk/speex/libspeex
jm at svn.xiph.org
jm at svn.xiph.org
Tue Aug 22 16:55:26 PDT 2006
Author: jm
Date: 2006-08-22 16:55:23 -0700 (Tue, 22 Aug 2006)
New Revision: 11798
Modified:
trunk/speex/libspeex/nb_celp.c
Log:
removed unused variable
Modified: trunk/speex/libspeex/nb_celp.c
===================================================================
--- trunk/speex/libspeex/nb_celp.c 2006-08-21 19:11:06 UTC (rev 11797)
+++ trunk/speex/libspeex/nb_celp.c 2006-08-22 23:55:23 UTC (rev 11798)
@@ -1145,7 +1145,7 @@
static void nb_decode_lost(DecState *st, spx_word16_t *out, char *stack)
{
- int i, sub;
+ int i;
int pitch_val;
spx_word16_t pitch_gain;
spx_word16_t fact;
More information about the commits
mailing list