Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1491)

Unified Diff: webrtc/modules/audio_coding/neteq/neteq_unittest.cc

Issue 2571483002: Fix for integer overflow in NetEq. (Closed)
Patch Set: Comments by kwiberg. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/audio_coding/neteq/neteq_unittest.cc
diff --git a/webrtc/modules/audio_coding/neteq/neteq_unittest.cc b/webrtc/modules/audio_coding/neteq/neteq_unittest.cc
index b958e27a64532442fd0588e662017b71dfd3ae9f..ecefc45db32fe2253e2b331f8b60407b1019cbde 100644
--- a/webrtc/modules/audio_coding/neteq/neteq_unittest.cc
+++ b/webrtc/modules/audio_coding/neteq/neteq_unittest.cc
@@ -442,10 +442,10 @@ TEST_F(NetEqDecodingTest, MAYBE_TestBitExactness) {
webrtc::test::ResourcePath("audio_coding/neteq_universal_new", "rtp");
const std::string output_checksum = PlatformChecksum(
- "acd33f5c73625c1529c412ad59b5565132826f1b",
- "1a2e82a0410421c1d1d3eb0615334db5e2c63784",
- "acd33f5c73625c1529c412ad59b5565132826f1b",
- "52797b781758a1d2303140b80b9c5030c9093d6b");
+ "5a8184bc60c0d7dddb50af8966360675476a8d8b",
+ "be982d2c5685dd1ca4ea5d352283df50e8e5b46d",
+ "5a8184bc60c0d7dddb50af8966360675476a8d8b",
+ "c86aec95439748f4949de95b50c94be291118615");
const std::string network_stats_checksum = PlatformChecksum(
"f59b3dfdb9b1b8bbb61abedd7c8cf3fc47c21f5f",
« webrtc/modules/audio_coding/neteq/expand.cc ('K') | « webrtc/modules/audio_coding/neteq/expand.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698