Fix a minor compilation error on android
BUG= TEST= Review URL: https://webrtc-codereview.appspot.com/479014 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2053 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
efd01fd354
commit
16f6bb35b6
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
|
* Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
@ -898,8 +898,8 @@ ACMISAC::SetBitRateSafe(
|
|||||||
WebRtc_Word32
|
WebRtc_Word32
|
||||||
ACMISAC::GetEstimatedBandwidthSafe()
|
ACMISAC::GetEstimatedBandwidthSafe()
|
||||||
{
|
{
|
||||||
WebRtc_Word16 bandwidthIndex;
|
WebRtc_Word16 bandwidthIndex = 0;
|
||||||
WebRtc_Word16 delayIndex;
|
WebRtc_Word16 delayIndex = 0;
|
||||||
IsacSamplingRate sampRate;
|
IsacSamplingRate sampRate;
|
||||||
|
|
||||||
// Get bandwidth information
|
// Get bandwidth information
|
||||||
|
Loading…
Reference in New Issue
Block a user