From ee7d1b37a69fd14d2f4f3181fa7fcb905daef2ee Mon Sep 17 00:00:00 2001 From: vitor Date: Sun, 1 Jun 2008 19:36:54 +0000 Subject: [PATCH] Cosmetics git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13608 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- libavcodec/ra144.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/ra144.c b/libavcodec/ra144.c index 36308286a..25cafb17a 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; -- 2.11.4.GIT