Cosmetics: braces removal
Originally committed as revision 13388 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
58e23a5f21
commit
cdc15adf16
@ -307,11 +307,10 @@ static int dec2(signed short *decsp, const int *data, const int *inp,
|
||||
|
||||
result = eq(decsp, work);
|
||||
|
||||
if (result == 1) {
|
||||
if (result == 1)
|
||||
return dec1(decsp, data, inp, f);
|
||||
} else {
|
||||
else
|
||||
return rms(work, f);
|
||||
}
|
||||
}
|
||||
|
||||
/* Uncompress one block (20 bytes -> 160*2 bytes) */
|
||||
|
Loading…
Reference in New Issue
Block a user