From 56db5597548d0e9b9733b556a5c14ab4e38547e6 Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Fri, 19 Oct 2007 21:10:25 +0000 Subject: Sync Speex to SVN. Add new header file to adapt to Speex' new way of doing wrapper functions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15209 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libspeex/modes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/libspeex/modes.h') diff --git a/apps/codecs/libspeex/modes.h b/apps/codecs/libspeex/modes.h index 5bf1971..730c80f 100644 --- a/apps/codecs/libspeex/modes.h +++ b/apps/codecs/libspeex/modes.h @@ -98,7 +98,7 @@ typedef struct SpeexSubmode { lsp_quant_func lsp_quant; /**< LSP quantization function */ lsp_unquant_func lsp_unquant; /**< LSP unquantization function */ - /*Lont-term predictor functions*/ + /*Long-term predictor functions*/ ltp_quant_func ltp_quant; /**< Long-term predictor (pitch) quantizer */ ltp_unquant_func ltp_unquant; /**< Long-term predictor (pitch) un-quantizer */ const void *ltp_params; /**< Pitch parameters (options) */ -- cgit v1.1