diff options
Diffstat (limited to 'apps/codecs/libspeex/modes.h')
-rw-r--r-- | apps/codecs/libspeex/modes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/codecs/libspeex/modes.h b/apps/codecs/libspeex/modes.h index 385cec007d..5bf1971c21 100644 --- a/apps/codecs/libspeex/modes.h +++ b/apps/codecs/libspeex/modes.h @@ -60,6 +60,9 @@ /** Used internally*/ #define SPEEX_SET_WIDEBAND 105 +/** Used internally*/ +#define SPEEX_GET_STACK 106 + /** Quantizes LSPs */ typedef void (*lsp_quant_func)(spx_lsp_t *, spx_lsp_t *, int, SpeexBits *); |