Commit 8b8beba9 authored by vitor's avatar vitor

Cosmetics

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13898 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 74a3aa66
......@@ -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