projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d488e90
)
Cosmetics
author
Vitor Sessak
<vitor1001@gmail.com>
Sun, 22 Jun 2008 20:10:16 +0000
(20:10 +0000)
committer
Vitor Sessak
<vitor1001@gmail.com>
Sun, 22 Jun 2008 20:10:16 +0000
(20:10 +0000)
Originally committed as revision 13898 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/ra144.c
patch
|
blob
|
history
diff --git
a/libavcodec/ra144.c
b/libavcodec/ra144.c
index 397aa2f5dad3ba7a3531517c50a492f4f23d79b1..7059c50306c8fd777e8cd284cdb61fa11c886138 100644
(file)
--- 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;