From 16f6bb35b637496e02e2471545fe6b72aab726df Mon Sep 17 00:00:00 2001 From: "leozwang@webrtc.org" Date: Wed, 18 Apr 2012 16:49:06 +0000 Subject: [PATCH] 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 --- src/modules/audio_coding/main/source/acm_isac.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/audio_coding/main/source/acm_isac.cc b/src/modules/audio_coding/main/source/acm_isac.cc index adbb9c5be..b4a66d574 100644 --- a/src/modules/audio_coding/main/source/acm_isac.cc +++ b/src/modules/audio_coding/main/source/acm_isac.cc @@ -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 * that can be found in the LICENSE file in the root of the source @@ -898,8 +898,8 @@ ACMISAC::SetBitRateSafe( WebRtc_Word32 ACMISAC::GetEstimatedBandwidthSafe() { - WebRtc_Word16 bandwidthIndex; - WebRtc_Word16 delayIndex; + WebRtc_Word16 bandwidthIndex = 0; + WebRtc_Word16 delayIndex = 0; IsacSamplingRate sampRate; // Get bandwidth information