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

github.com/xiph/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 141d0c2..0474d82 100644
--- a/libspeex/sb_celp.h
+++ b/libspeex/sb_celp.h
@@ -120,7 +120,7 @@ typedef struct SBDecState {
spx_word16_t *innov_save; /** If non-NULL, innovation is copied here */
spx_word16_t last_ener;
- spx_int32_t seed;
+ spx_uint32_t seed;
int encode_submode;
const SpeexSubmode * const *submodes;