mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
Reindent after last commit
Originally committed as revision 21019 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
846b231643
commit
0e426b7a6c
@ -598,8 +598,8 @@ static void lspf2lpc(const float *lspf, float *lpc)
|
|||||||
* @param lpc float vector for the resulting LPC
|
* @param lpc float vector for the resulting LPC
|
||||||
* @param subframe_num frame number in decoded stream
|
* @param subframe_num frame number in decoded stream
|
||||||
*/
|
*/
|
||||||
static void interpolate_lpc(QCELPContext *q, const float *curr_lspf, float *lpc,
|
static void interpolate_lpc(QCELPContext *q, const float *curr_lspf,
|
||||||
const int subframe_num)
|
float *lpc, const int subframe_num)
|
||||||
{
|
{
|
||||||
float interpolated_lspf[10];
|
float interpolated_lspf[10];
|
||||||
float weight;
|
float weight;
|
||||||
|
Loading…
Reference in New Issue
Block a user