[FFmpeg-cvslog] r15985 - trunk/libavcodec/qcelpdec.c

reynaldo subversion
Tue Dec 2 19:26:55 CET 2008


Author: reynaldo
Date: Tue Dec  2 19:26:55 2008
New Revision: 15985

Log:
Trivial rephrasing, avoids too long line

Modified:
   trunk/libavcodec/qcelpdec.c

Modified: trunk/libavcodec/qcelpdec.c
==============================================================================
--- trunk/libavcodec/qcelpdec.c	(original)
+++ trunk/libavcodec/qcelpdec.c	Tue Dec  2 19:26:55 2008
@@ -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];




More information about the ffmpeg-cvslog mailing list