Removing remaining WebRtc_Word32 not in typedefs.h
BUG= Review URL: https://webrtc-codereview.appspot.com/1306006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3813 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -348,7 +348,7 @@ int32_t ACMNetEQ::SetPlayoutMode(const AudioPlayoutMode mode) {
|
||||
}
|
||||
|
||||
int err = 0;
|
||||
for (WebRtc_Word16 idx = 0; idx < num_slaves_ + 1; idx++) {
|
||||
for (int16_t idx = 0; idx < num_slaves_ + 1; idx++) {
|
||||
if (!is_initialized_[idx]) {
|
||||
WEBRTC_TRACE(webrtc::kTraceError, webrtc::kTraceAudioCoding, id_,
|
||||
"SetPlayoutMode: NetEq is not initialized.");
|
||||
|
||||
Reference in New Issue
Block a user