summaryrefslogtreecommitdiff
path: root/apps/codecs/libspeex/nb_celp.h
diff options
context:
space:
mode:
authorThom Johansen <thomj@rockbox.org>2007-10-19 21:10:25 +0000
committerThom Johansen <thomj@rockbox.org>2007-10-19 21:10:25 +0000
commit56db5597548d0e9b9733b556a5c14ab4e38547e6 (patch)
tree8846e7d3a15f264853e6ee238994e3522e3bcc5a /apps/codecs/libspeex/nb_celp.h
parent6dc3a743addde6146b736ec5e1c71159c2150f95 (diff)
downloadrockbox-56db5597548d0e9b9733b556a5c14ab4e38547e6.tar.gz
rockbox-56db5597548d0e9b9733b556a5c14ab4e38547e6.zip
Sync Speex to SVN. Add new header file to adapt to Speex' new way of doing wrapper functions.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15209 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libspeex/nb_celp.h')
-rw-r--r--apps/codecs/libspeex/nb_celp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libspeex/nb_celp.h b/apps/codecs/libspeex/nb_celp.h
index cc91b1c4fe..fe30d38669 100644
--- a/apps/codecs/libspeex/nb_celp.h
+++ b/apps/codecs/libspeex/nb_celp.h
@@ -172,7 +172,7 @@ typedef struct DecState {
172 /*Vocoder data*/ 172 /*Vocoder data*/
173 spx_word16_t voc_m1; 173 spx_word16_t voc_m1;
174 spx_word32_t voc_m2; 174 spx_word32_t voc_m2;
175 float voc_mean; 175 spx_word16_t voc_mean;
176 int voc_offset; 176 int voc_offset;
177 177
178 int dtx_enabled; 178 int dtx_enabled;