mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
Cosmetics: braces removal
Originally committed as revision 13388 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
+2
-3
@@ -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) */
|
||||
|
||||
Reference in New Issue
Block a user