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:
e7e4f47
)
Cosmetics: new line
author
Vitor Sessak
<vitor1001@gmail.com>
Mon, 28 Jul 2008 10:49:44 +0000
(10:49 +0000)
committer
Vitor Sessak
<vitor1001@gmail.com>
Mon, 28 Jul 2008 10:49:44 +0000
(10:49 +0000)
Originally committed as revision 14457 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/ra288.c
patch
|
blob
|
history
diff --git
a/libavcodec/ra288.c
b/libavcodec/ra288.c
index
d2a45b2
..
f1dd36d
100644
(file)
--- a/
libavcodec/ra288.c
+++ b/
libavcodec/ra288.c
@@
-238,6
+238,7
@@
static int ra288_decode_frame(AVCodecContext * avctx, void *data,
for (x=0; x < 32; x++) {
float gain = amptable[get_bits(&gb, 3)];
int cb_coef = get_bits(&gb, 6 + (x&1));
+
decode(ractx, gain, cb_coef);
for (y=0; y < 5; y++)