From 045e21cc195dea5d724951b4cef88568ca364309 Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Mon, 28 Jul 2008 10:49:44 +0000 Subject: [PATCH] Cosmetics: new line Originally committed as revision 14457 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ra288.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/ra288.c b/libavcodec/ra288.c index d2a45b2..f1dd36d 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++) -- 2.7.4