Mercurial > libavcodec.hg
changeset 7439:deea146537af libavcodec
Cosmetics: align comments
author | vitor |
---|---|
date | Mon, 28 Jul 2008 05:16:51 +0000 |
parents | d9d070ff46bf |
children | 0ca4275b5c6f |
files | ra288.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/ra288.c Mon Jul 28 04:53:05 2008 +0000 +++ b/ra288.c Mon Jul 28 05:16:51 2008 +0000 @@ -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];