NetEQ: Remove an unnecessary condition, to fix a clang warning
This is a duplicate of issue 606005: https://webrtc-codereview.appspot.com/606005/ BUG= TEST=neteq_unittests Review URL: https://webrtc-codereview.appspot.com/605005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2305 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
b6e4cc776e
commit
0de1ee3830
@ -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
|
||||
@ -60,7 +60,7 @@ int WebRtcNetEQ_UpdateIatStatistics(AutomodeInst_t *inst, int maxBufLen,
|
||||
/* Wrong timestamp or sequence order; revert to backup plan */
|
||||
packetLenSamp = inst->packetSpeechLenSamp; /* use stored value */
|
||||
}
|
||||
else if (timeStamp > inst->lastTimeStamp)
|
||||
else
|
||||
{
|
||||
/* calculate timestamps per packet */
|
||||
packetLenSamp = (WebRtc_Word16) WebRtcSpl_DivU32U16(timeStamp - inst->lastTimeStamp,
|
||||
|
Loading…
x
Reference in New Issue
Block a user