Commit e84b1ff5 authored by vitor's avatar vitor

Indent

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13362 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7b139946
......@@ -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++;
......
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