Commit 8ce1ac7d authored by vitor's avatar vitor

Cosmetics: new line

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14457 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8dc64a9d
......@@ -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++)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment