summaryrefslogtreecommitdiff
path: root/apps/codecs/libspeex/modes.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libspeex/modes.h')
-rw-r--r--apps/codecs/libspeex/modes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libspeex/modes.h b/apps/codecs/libspeex/modes.h
index 5bf1971c21..730c80fb07 100644
--- a/apps/codecs/libspeex/modes.h
+++ b/apps/codecs/libspeex/modes.h
@@ -98,7 +98,7 @@ typedef struct SpeexSubmode {
98 lsp_quant_func lsp_quant; /**< LSP quantization function */ 98 lsp_quant_func lsp_quant; /**< LSP quantization function */
99 lsp_unquant_func lsp_unquant; /**< LSP unquantization function */ 99 lsp_unquant_func lsp_unquant; /**< LSP unquantization function */
100 100
101 /*Lont-term predictor functions*/ 101 /*Long-term predictor functions*/
102 ltp_quant_func ltp_quant; /**< Long-term predictor (pitch) quantizer */ 102 ltp_quant_func ltp_quant; /**< Long-term predictor (pitch) quantizer */
103 ltp_unquant_func ltp_unquant; /**< Long-term predictor (pitch) un-quantizer */ 103 ltp_unquant_func ltp_unquant; /**< Long-term predictor (pitch) un-quantizer */
104 const void *ltp_params; /**< Pitch parameters (options) */ 104 const void *ltp_params; /**< Pitch parameters (options) */