Cosmetics: new line

Originally committed as revision 14457 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Vitor Sessak 17 years ago
parent e7e4f476c0
commit 045e21cc19
  1. 1
      libavcodec/ra288.c

@ -238,6 +238,7 @@ static int ra288_decode_frame(AVCodecContext * avctx, void *data,
for (x=0; x < 32; x++) { for (x=0; x < 32; x++) {
float gain = amptable[get_bits(&gb, 3)]; float gain = amptable[get_bits(&gb, 3)];
int cb_coef = get_bits(&gb, 6 + (x&1)); int cb_coef = get_bits(&gb, 6 + (x&1));
decode(ractx, gain, cb_coef); decode(ractx, gain, cb_coef);
for (y=0; y < 5; y++) for (y=0; y < 5; y++)

Loading…
Cancel
Save