summaryrefslogtreecommitdiff
path: root/apps/codecs/libspeex/quant_lsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libspeex/quant_lsp.c')
-rw-r--r--apps/codecs/libspeex/quant_lsp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libspeex/quant_lsp.c b/apps/codecs/libspeex/quant_lsp.c
index 472efa95a6..b2f4f85497 100644
--- a/apps/codecs/libspeex/quant_lsp.c
+++ b/apps/codecs/libspeex/quant_lsp.c
@@ -304,11 +304,11 @@ void lsp_unquant_lbr(spx_lsp_t *lsp, int order, SpeexBits *bits)
304#ifdef DISABLE_WIDEBAND 304#ifdef DISABLE_WIDEBAND
305void lsp_quant_high(spx_lsp_t *lsp, spx_lsp_t *qlsp, int order, SpeexBits *bits) 305void lsp_quant_high(spx_lsp_t *lsp, spx_lsp_t *qlsp, int order, SpeexBits *bits)
306{ 306{
307 speex_error("Wideband and Ultra-wideband are disabled"); 307 speex_fatal("Wideband and Ultra-wideband are disabled");
308} 308}
309void lsp_unquant_high(spx_lsp_t *lsp, int order, SpeexBits *bits) 309void lsp_unquant_high(spx_lsp_t *lsp, int order, SpeexBits *bits)
310{ 310{
311 speex_error("Wideband and Ultra-wideband are disabled"); 311 speex_fatal("Wideband and Ultra-wideband are disabled");
312} 312}
313#else 313#else
314extern const signed char high_lsp_cdbk[]; 314extern const signed char high_lsp_cdbk[];