summaryrefslogtreecommitdiff
path: root/apps/codecs/libspeex/speex/speex_callbacks.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libspeex/speex/speex_callbacks.h')
-rw-r--r--apps/codecs/libspeex/speex/speex_callbacks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libspeex/speex/speex_callbacks.h b/apps/codecs/libspeex/speex/speex_callbacks.h
index 7892e2f9eb..6f450b3a3a 100644
--- a/apps/codecs/libspeex/speex/speex_callbacks.h
+++ b/apps/codecs/libspeex/speex/speex_callbacks.h
@@ -119,7 +119,7 @@ int speex_std_low_mode_request_handler(SpeexBits *bits, void *state, void *data)
119/** Standard handler for VBR request (Set VBR, no questions asked) */ 119/** Standard handler for VBR request (Set VBR, no questions asked) */
120int speex_std_vbr_request_handler(SpeexBits *bits, void *state, void *data); 120int speex_std_vbr_request_handler(SpeexBits *bits, void *state, void *data);
121 121
122/** Standard handler for enhancer request (Turn ehnancer on/off, no questions asked) */ 122/** Standard handler for enhancer request (Turn enhancer on/off, no questions asked) */
123int speex_std_enh_request_handler(SpeexBits *bits, void *state, void *data); 123int speex_std_enh_request_handler(SpeexBits *bits, void *state, void *data);
124 124
125/** Standard handler for VBR quality request (Set VBR quality, no questions asked) */ 125/** Standard handler for VBR quality request (Set VBR quality, no questions asked) */