mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 22:10:34 +00:00
Remove unneeded check
Originally committed as revision 13928 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
56a6fac89b
commit
b0068d75eb
@ -195,7 +195,6 @@ static unsigned int rms(const int *data)
|
||||
data++;
|
||||
}
|
||||
|
||||
if (res > 0)
|
||||
res = t_sqrt(res);
|
||||
|
||||
res >>= (b + 10);
|
||||
|
Loading…
Reference in New Issue
Block a user