Browse Source

Cosmetics: new line

Originally committed as revision 14457 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Vitor Sessak 17 years ago
parent
commit
045e21cc19
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/ra288.c

+ 1
- 0
libavcodec/ra288.c View 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++)


Loading…
Cancel
Save