Cosmetics: new line
authorVitor Sessak <vitor1001@gmail.com>
Mon, 28 Jul 2008 10:49:44 +0000 (10:49 +0000)
committerVitor 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

index d2a45b2..f1dd36d 100644 (file)
@@ -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++)