summaryrefslogtreecommitdiff
path: root/libavcodec/ra144.c
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2008-06-22 20:10:16 +0000
committerVitor Sessak <vitor1001@gmail.com>2008-06-22 20:10:16 +0000
commit9acd41a4e28265f55275972cc0c510130d79ac48 (patch)
treeb6c55b79dbfed0d804826d9548a90246c2d897b1 /libavcodec/ra144.c
parentd488e906f2e8d82841ee485852a1e0b8aec1787a (diff)
Cosmetics
Originally committed as revision 13898 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ra144.c')
-rw-r--r--libavcodec/ra144.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/ra144.c b/libavcodec/ra144.c
index 397aa2f5da..7059c50306 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; i<BLOCKSIZE; i++) {
+ for (i=0; i<BLOCKSIZE; i++)
*data++ = av_clip_int16(ractx->curr_sblock[i + 10] << 2);
- }
}
ractx->old_energy = energy;