Trivial rephrasing, avoids too long line

Originally committed as revision 15985 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Reynaldo H. Verdejo Pinochet 2008-12-02 18:26:55 +00:00
parent cf13954134
commit 751ccc4852

View File

@ -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];