diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2010-01-04 19:26:08 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2010-01-04 19:26:08 +0000 |
commit | 0e426b7a6c203389c4cdccd153fd9f4e4dd1f7e7 (patch) | |
tree | 4a40d1370a4db488b41f54195ba14e9e958f3098 /libavcodec/qcelpdec.c | |
parent | 846b2316433d69acbd5fb9264112fb57675a7166 (diff) | |
download | ffmpeg-0e426b7a6c203389c4cdccd153fd9f4e4dd1f7e7.tar.gz |
Reindent after last commit
Originally committed as revision 21019 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/qcelpdec.c')
-rw-r--r-- | libavcodec/qcelpdec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/qcelpdec.c b/libavcodec/qcelpdec.c index 745d9690f8..285de1baa5 100644 --- a/libavcodec/qcelpdec.c +++ b/libavcodec/qcelpdec.c @@ -598,8 +598,8 @@ static void lspf2lpc(const float *lspf, float *lpc) * @param lpc float vector for the resulting LPC * @param subframe_num frame number in decoded stream */ -static void interpolate_lpc(QCELPContext *q, const float *curr_lspf, float *lpc, - const int subframe_num) +static void interpolate_lpc(QCELPContext *q, const float *curr_lspf, + float *lpc, const int subframe_num) { float interpolated_lspf[10]; float weight; |