Mercurial > libavcodec.hg
changeset 10770:59be1a7be21f libavcodec
Reindent after last commit
author | vitor |
---|---|
date | Mon, 04 Jan 2010 19:26:08 +0000 |
parents | 75bb65276023 |
children | cea7769a2b62 |
files | qcelpdec.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/qcelpdec.c Mon Jan 04 19:25:44 2010 +0000 +++ b/qcelpdec.c Mon Jan 04 19:26:08 2010 +0000 @@ -598,8 +598,8 @@ * @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;