mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Cosmetics: align comments
Originally committed as revision 14453 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f285e6dd31
commit
6509507fad
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user