Commit 9acd41a4 authored by Vitor Sessak's avatar Vitor Sessak

Cosmetics

Originally committed as revision 13898 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent d488e906
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment