Index: webrtc/modules/audio_coding/neteq/neteq_impl.cc |
diff --git a/webrtc/modules/audio_coding/neteq/neteq_impl.cc b/webrtc/modules/audio_coding/neteq/neteq_impl.cc |
index 2d4ff270e016f5302837d6fa56ec9a96495d3605..6512515836dd6cfe7a2bce4303d4ce75dec4657e 100644 |
--- a/webrtc/modules/audio_coding/neteq/neteq_impl.cc |
+++ b/webrtc/modules/audio_coding/neteq/neteq_impl.cc |
@@ -1271,7 +1271,7 @@ int NetEqImpl::DecodeLoop(PacketList* packet_list, Operations* operation, |
*operation == kPreemptiveExpand); |
packet_list->pop_front(); |
size_t payload_length = packet->payload_length; |
- int decode_length; |
+ int16_t decode_length; |
if (packet->sync_packet) { |
// Decode to silence with the same frame size as the last decode. |
LOG(LS_VERBOSE) << "Decoding sync-packet: " << |