From 9acd41a4e28265f55275972cc0c510130d79ac48 Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Sun, 22 Jun 2008 20:10:16 +0000 Subject: [PATCH] Cosmetics Originally committed as revision 13898 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ra144.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavcodec/ra144.c b/libavcodec/ra144.c index 397aa2f..7059c50 100644 --- a/libavcodec/ra144.c +++ b/libavcodec/ra144.c @@ -366,9 +366,8 @@ static int ra144_decode_frame(AVCodecContext * avctx, for (c=0; c<4; c++) { do_output_subblock(ractx, block_coefs[c], refl_rms[c], &gb); - for (i=0; icurr_sblock[i + 10] << 2); - } } ractx->old_energy = energy; -- 2.7.4