Fixed webrtc::perm variable.
git-svn-id: http://webrtc.googlecode.com/svn/trunk@1085 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
1b72fcd27b
commit
d3eac4158c
@ -12,7 +12,7 @@
|
||||
|
||||
namespace webrtc {
|
||||
// Array for adding smothing to level changes (ad-hoc).
|
||||
WebRtc_UWord32 perm[] =
|
||||
const WebRtc_UWord32 perm[] =
|
||||
{0,1,2,3,4,4,5,5,5,5,6,6,6,6,6,7,7,7,7,8,8,8,9,9,9,9,9,9,9,9,9,9,9};
|
||||
|
||||
LevelIndicator::LevelIndicator()
|
||||
|
Loading…
x
Reference in New Issue
Block a user