1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

Cosmetics

Originally committed as revision 13608 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Vitor Sessak 2008-06-01 19:36:54 +00:00
parent a00dc25547
commit c2a14bd72e

View File

@ -298,7 +298,7 @@ static int eval_refl(const int16_t *coefs, int *refl)
}
static int interp(RA144Context *ractx, int16_t *decsp, int block_num,
int copynew, int energy)
int copynew, int energy)
{
int work[10];
int a = block_num + 1;