From 751ccc48521d40505449d1fbfed8c6cd4ad1257d Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Tue, 2 Dec 2008 18:26:55 +0000 Subject: [PATCH] Trivial rephrasing, avoids too long line Originally committed as revision 15985 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/qcelpdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/qcelpdec.c b/libavcodec/qcelpdec.c index 740fd3458..8d7f08dae 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]; -- 2.11.0