mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Cosmetics: new line
Originally committed as revision 14457 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e7e4f476c0
commit
045e21cc19
@ -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…
Reference in New Issue
Block a user