Cosmetics: align comments

Originally committed as revision 14453 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Vitor Sessak 17 years ago
parent f285e6dd31
commit 6509507fad
  1. 6
      libavcodec/ra288.c

@ -25,11 +25,11 @@
#include "ra288.h" #include "ra288.h"
typedef struct { typedef struct {
float sp_lpc[36]; ///< LPC coefficients for speech data (spec: A) float sp_lpc[36]; ///< LPC coefficients for speech data (spec: A)
float gain_lpc[10]; ///< LPC coefficients for gain (spec: GB) float gain_lpc[10]; ///< LPC coefficients for gain (spec: GB)
int phase; 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) */ /** Speech part of the gain autocorrelation (spec: REXP) */
float sp_rec[37]; float sp_rec[37];

Loading…
Cancel
Save