diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-06-01 19:36:54 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-06-01 19:36:54 +0000 |
commit | c2a14bd72ecaabbdc49ee2df3b8f9a87cd1624c5 (patch) | |
tree | 16e96f5110d0e76b10cf7aa194a9252f37c71c35 /libavcodec | |
parent | a00dc25547d478e292439f08906da7ec18bd2ac0 (diff) | |
download | ffmpeg-c2a14bd72ecaabbdc49ee2df3b8f9a87cd1624c5.tar.gz |
Cosmetics
Originally committed as revision 13608 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/ra144.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ra144.c b/libavcodec/ra144.c index 36308286ad..25cafb17a0 100644 --- a/libavcodec/ra144.c +++ b/libavcodec/ra144.c @@ -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; |