diff --git a/DEPS b/DEPS index d2284aeedc..cf24a2c6b6 100644 --- a/DEPS +++ b/DEPS @@ -7,7 +7,7 @@ vars = { # External resources like video and audio files used for testing purposes. # Downloaded on demand when needed. - "webrtc_resources_revision": "8", + "webrtc_resources_revision": "9", } # NOTE: Prefer revision numbers to tags for svn deps. Use http rather than diff --git a/src/modules/audio_coding/neteq/signal_mcu.c b/src/modules/audio_coding/neteq/signal_mcu.c index 0180f38240..28dcf00dba 100644 --- a/src/modules/audio_coding/neteq/signal_mcu.c +++ b/src/modules/audio_coding/neteq/signal_mcu.c @@ -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 @@ -290,8 +290,7 @@ int WebRtcNetEQ_SignalMcu(MCUInst_t *inst) } /* New codec or big change in packet number? */ - if (((inst->new_codec) || (uw16_instr == BUFSTAT_REINIT)) && (uw16_instr - != BUFSTATS_DO_EXPAND)) + if ((inst->new_codec) || (uw16_instr == BUFSTAT_REINIT)) { CodecFuncInst_t cinst;