[FFmpeg-cvslog] r14453 - trunk/libavcodec/ra288.c

vitor subversion
Mon Jul 28 07:16:51 CEST 2008


Author: vitor
Date: Mon Jul 28 07:16:51 2008
New Revision: 14453

Log:
Cosmetics: align comments

Modified:
   trunk/libavcodec/ra288.c

Modified: trunk/libavcodec/ra288.c
==============================================================================
--- trunk/libavcodec/ra288.c	(original)
+++ trunk/libavcodec/ra288.c	Mon Jul 28 07:16:51 2008
@@ -25,11 +25,11 @@
 #include "ra288.h"
 
 typedef struct {
-    float sp_lpc[36];   ///< LPC coefficients for speech data (spec: A)
-    float gain_lpc[10]; ///< LPC coefficients for gain (spec: GB)
+    float sp_lpc[36];      ///< LPC coefficients for speech data (spec: A)
+    float gain_lpc[10];    ///< LPC coefficients for gain (spec: GB)
     int   phase;
 
-    float sp_hist[111]; ///< Speech data history (spec: SB)
+    float sp_hist[111];    ///< Speech data history (spec: SB)
 
     /** Speech part of the gain autocorrelation (spec: REXP) */
     float sp_rec[37];




More information about the ffmpeg-cvslog mailing list