mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-07 23:32:33 +00:00
Cosmetics
Originally committed as revision 13898 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d488e906f2
commit
9acd41a4e2
@ -366,9 +366,8 @@ static int ra144_decode_frame(AVCodecContext * avctx,
|
|||||||
for (c=0; c<4; c++) {
|
for (c=0; c<4; c++) {
|
||||||
do_output_subblock(ractx, block_coefs[c], refl_rms[c], &gb);
|
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);
|
*data++ = av_clip_int16(ractx->curr_sblock[i + 10] << 2);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ractx->old_energy = energy;
|
ractx->old_energy = energy;
|
||||||
|
Loading…
Reference in New Issue
Block a user