mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Indent
Originally committed as revision 13362 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ae76c49908
commit
a6072fdc18
@ -188,8 +188,8 @@ static unsigned int rms(const int *data, int f)
|
||||
if (res == 0)
|
||||
return 0;
|
||||
|
||||
if (res > 0x10000)
|
||||
return 0; /* We're screwed, might as well go out with a bang. :P */
|
||||
if (res > 0x10000)
|
||||
return 0; /* We're screwed, might as well go out with a bang. :P */
|
||||
|
||||
while (res <= 0x3fff) {
|
||||
b++;
|
||||
|
Loading…
Reference in New Issue
Block a user