aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_coding/neteq/neteq_unittest.cc
diff options
context:
space:
mode:
authorHenrik Lundin <henrik.lundin@webrtc.org>2015-06-03 12:58:46 +0200
committerHenrik Lundin <henrik.lundin@webrtc.org>2015-06-03 10:58:52 +0000
commit5abd3e1f986c627a852bf823d15feaa5f619a559 (patch)
treed8f8f67af302930cc4eeaec23bb0bd4e6e3e6fb5 /webrtc/modules/audio_coding/neteq/neteq_unittest.cc
parentd8a03facf6986a011c8f889c63d87f9216a1e912 (diff)
downloadwebrtc-5abd3e1f986c627a852bf823d15feaa5f619a559.tar.gz
Revert r9359 "Implement NetEq's CurrentDelay function"
This reverts commit d8a03facf6986a011c8f889c63d87f9216a1e912, since it broke the Chrome build. Will have to swap to using base/logging.h in neteq_impl.cc before re-landing this change. TBR=kwiberg@webrtc.org Review URL: https://webrtc-codereview.appspot.com/50219004 Cr-Commit-Position: refs/heads/master@{#9360}
Diffstat (limited to 'webrtc/modules/audio_coding/neteq/neteq_unittest.cc')
-rw-r--r--webrtc/modules/audio_coding/neteq/neteq_unittest.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/webrtc/modules/audio_coding/neteq/neteq_unittest.cc b/webrtc/modules/audio_coding/neteq/neteq_unittest.cc
index 678e3a0743..b3d6f25f89 100644
--- a/webrtc/modules/audio_coding/neteq/neteq_unittest.cc
+++ b/webrtc/modules/audio_coding/neteq/neteq_unittest.cc
@@ -404,8 +404,6 @@ void NetEqDecodingTest::DecodeAndCompare(const std::string& rtp_file,
ASSERT_EQ(0, neteq_->NetworkStatistics(&network_stats));
ASSERT_NO_FATAL_FAILURE(
network_stat_files.ProcessReference(network_stats));
- // Compare with CurrentDelay, which should be identical.
- EXPECT_EQ(network_stats.current_buffer_size_ms, neteq_->CurrentDelayMs());
// Process RTCPstat.
RtcpStatistics rtcp_stats;