diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-07-28 10:49:44 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-07-28 10:49:44 +0000 |
commit | 045e21cc195dea5d724951b4cef88568ca364309 (patch) | |
tree | d930beb114632e5fc635187a33a9ef32447cc9b7 /libavcodec/ra288.c | |
parent | e7e4f476c0a7d48f65ad469b7bc5386e272160d8 (diff) | |
download | ffmpeg-045e21cc195dea5d724951b4cef88568ca364309.tar.gz |
Cosmetics: new line
Originally committed as revision 14457 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ra288.c')
-rw-r--r-- | libavcodec/ra288.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/ra288.c b/libavcodec/ra288.c index d2a45b2f00..f1dd36d4db 100644 --- 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++) |