Commit b0068d75 authored by Vitor Sessak's avatar Vitor Sessak

Remove unneeded check

Originally committed as revision 13928 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 56a6fac8
......@@ -195,7 +195,6 @@ static unsigned int rms(const int *data)
data++;
}
if (res > 0)
res = t_sqrt(res);
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