summaryrefslogtreecommitdiff
path: root/codecs/lpc10/lpc10.h
diff options
context:
space:
mode:
Diffstat (limited to 'codecs/lpc10/lpc10.h')
-rw-r--r--codecs/lpc10/lpc10.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/codecs/lpc10/lpc10.h b/codecs/lpc10/lpc10.h
index a57f84f3f..82e7b2cba 100644
--- a/codecs/lpc10/lpc10.h
+++ b/codecs/lpc10/lpc10.h
@@ -87,7 +87,7 @@ struct lpc10_encoder_state {
real z21;
real z12;
real z22;
-
+
/* State used by function analys */
real inbuf[540], pebuf[540];
real lpbuf[696], ivbuf[312];
@@ -242,7 +242,7 @@ struct lpc10_decoder_state {
(indices 0 through (LPC10_BITS_IN_COMPRESSED_FRAME-1)), and the
array speech[] is written (indices 0 through
(LPC10_SAMPLES_PER_FRAME-1)).
-
+
*/
struct lpc10_encoder_state * create_lpc10_encoder_state (void);