Index: webrtc/modules/audio_coding/neteq/neteq_impl.h |
diff --git a/webrtc/modules/audio_coding/neteq/neteq_impl.h b/webrtc/modules/audio_coding/neteq/neteq_impl.h |
index 8a789bc037eabeb6c6358c676db024e2c69c0bda..343676532d38337c3eef6a00db77193bd23e9345 100644 |
--- a/webrtc/modules/audio_coding/neteq/neteq_impl.h |
+++ b/webrtc/modules/audio_coding/neteq/neteq_impl.h |
@@ -109,6 +109,8 @@ class NetEqImpl : public webrtc::NetEq { |
rtc::ArrayView<const uint8_t> payload, |
uint32_t receive_timestamp) override; |
+ void InsertEmptyPacket(const RTPHeader& rtp_header) override; |
+ |
int GetAudio(AudioFrame* audio_frame, bool* muted) override; |
void SetCodecs(const std::map<int, SdpAudioFormat>& codecs) override; |