Index: webrtc/modules/audio_coding/neteq/tools/neteq_replacement_input.h |
diff --git a/webrtc/modules/audio_coding/neteq/tools/neteq_replacement_input.h b/webrtc/modules/audio_coding/neteq/tools/neteq_replacement_input.h |
index 07153dbb76bf1eea5b2ce0f84de18ac555d58c90..f5a18b024bedf2f82687d3448cce671851503b2c 100644 |
--- a/webrtc/modules/audio_coding/neteq/tools/neteq_replacement_input.h |
+++ b/webrtc/modules/audio_coding/neteq/tools/neteq_replacement_input.h |
@@ -42,6 +42,7 @@ class NetEqReplacementInput : public NetEqInput { |
const std::set<uint8_t> comfort_noise_types_; |
const std::set<uint8_t> forbidden_types_; |
std::unique_ptr<PacketData> packet_; // The next packet to deliver. |
+ uint32_t last_frame_size_timestamps_ = 960; |
ivoc
2016/09/07 14:55:42
Is there any reason for choosing 960 here? A comme
hlundin-webrtc
2016/09/08 07:55:09
Done.
|
}; |
} // namespace test |