Commit 4175916b authored by vitor's avatar vitor

Cosmetics: align comments

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14453 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 915c073c
......@@ -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];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment