Commit 554f67bc authored by vitor's avatar vitor

Remove unneeded check

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13928 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8587bd90
...@@ -195,7 +195,6 @@ static unsigned int rms(const int *data) ...@@ -195,7 +195,6 @@ static unsigned int rms(const int *data)
data++; data++;
} }
if (res > 0)
res = t_sqrt(res); res = t_sqrt(res);
res >>= (b + 10); res >>= (b + 10);
......
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