summaryrefslogtreecommitdiff
path: root/libavcodec/qcelpdec.c
diff options
context:
space:
mode:
authorReynaldo H. Verdejo Pinochet <reynaldo@opendot.cl>2008-12-02 18:26:55 +0000
committerReynaldo H. Verdejo Pinochet <reynaldo@opendot.cl>2008-12-02 18:26:55 +0000
commit751ccc48521d40505449d1fbfed8c6cd4ad1257d (patch)
treebb6cebd6c58649b952da698aa28b0e389e642f29 /libavcodec/qcelpdec.c
parentcf13954134563df6811df95d29ed7632551198f6 (diff)
Trivial rephrasing, avoids too long line
Originally committed as revision 15985 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/qcelpdec.c')
-rw-r--r--libavcodec/qcelpdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/qcelpdec.c b/libavcodec/qcelpdec.c
index 740fd34581..8d7f08dae9 100644
--- a/libavcodec/qcelpdec.c
+++ b/libavcodec/qcelpdec.c
@@ -58,7 +58,7 @@ typedef struct
uint8_t erasure_count;
uint8_t octave_count; /*!< count the consecutive RATE_OCTAVE frames */
float prev_lspf[10];
- float predictor_lspf[10];/*!< LSP predictor, only use for RATE_OCTAVE and I_F_Q */
+ float predictor_lspf[10];/*!< LSP predictor for RATE_OCTAVE and I_F_Q */
float pitch_synthesis_filter_mem[303];
float pitch_pre_filter_mem[303];
float rnd_fir_filter_mem[180];