Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libspeex/sb_celp.h')
-rw-r--r--libspeex/sb_celp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libspeex/sb_celp.h b/libspeex/sb_celp.h
index 0d20142..f60e86e 100644
--- a/libspeex/sb_celp.h
+++ b/libspeex/sb_celp.h
@@ -57,7 +57,7 @@ typedef struct SBEncState {
char *stack; /**< Temporary allocation stack */
spx_word16_t *high; /**< High-band signal (buffer) */
- spx_word16_t *h0_mem, *h1_mem;
+ spx_word16_t *h0_mem;
const spx_word16_t *window; /**< LPC analysis window */
const spx_word16_t *lagWindow; /**< Auto-correlation window */