diff options
author | Thom Johansen <thomj@rockbox.org> | 2007-11-10 01:30:52 +0000 |
---|---|---|
committer | Thom Johansen <thomj@rockbox.org> | 2007-11-10 01:30:52 +0000 |
commit | d3ba403f607b744becbd437a4f193c6bda49b6da (patch) | |
tree | d795e464dd0b5614b63cef01815035dd0fa80481 /apps/codecs/libspeex/sb_celp.h | |
parent | f32b7748dddf0146e66af2120ac2cb6bcd363ae8 (diff) |
Forgot these.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15552 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libspeex/sb_celp.h')
-rw-r--r-- | apps/codecs/libspeex/sb_celp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/codecs/libspeex/sb_celp.h b/apps/codecs/libspeex/sb_celp.h index 1f9b4daae0..eaf76c94ab 100644 --- a/apps/codecs/libspeex/sb_celp.h +++ b/apps/codecs/libspeex/sb_celp.h @@ -50,7 +50,6 @@ typedef struct SBEncState { int nbSubframes; /**< Number of high-band sub-frames*/ int windowSize; /**< Length of high-band LPC window*/ int lpcSize; /**< Order of high-band LPC analysis */ - int bufSize; /**< Buffer size */ int first; /**< First frame? */ float lag_factor; /**< Lag-windowing control parameter */ spx_word16_t lpc_floor; /**< Controls LPC analysis noise floor */ |