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

Unified Diff: media/cast/rtcp/test_rtcp_packet_builder.h

Issue 24586003: Be able to build cast_unittest and related targets in Chrome tree (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix warnings Created 7 years, 3 months 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: media/cast/rtcp/test_rtcp_packet_builder.h
diff --git a/media/cast/rtcp/test_rtcp_packet_builder.h b/media/cast/rtcp/test_rtcp_packet_builder.h
index be93f0adb3c74c9b52794329352b72783cf04541..8e84a2054cf7c12bb403988877cdfeac19459605 100644
--- a/media/cast/rtcp/test_rtcp_packet_builder.h
+++ b/media/cast/rtcp/test_rtcp_packet_builder.h
@@ -32,7 +32,7 @@ static const int kLastRr = 0x34561234;
static const int kDelayLastRr = 1000;
// REMB.
-static const int kRembBitrate = 524286;
+static const int kRembBitrate = 52428;
hubbe 2013/09/26 23:03:20 ?
Alpha Left Google 2013/09/27 00:45:13 This value is chosen randomly for testing. It can
hubbe 2013/09/27 19:22:53 Add a comment that the value is arbitrary perhaps?
Alpha Left Google 2013/09/27 21:13:53 Done.
// RPSI.
static const int kPayloadtype = 126;
@@ -90,5 +90,3 @@ class TestRtcpPacketBuilder {
} // namespace media
#endif // MEDIA_CAST_RTCP_TEST_RTCP_PACKET_BUILDER_H_
-
-

Powered by Google App Engine
This is Rietveld 408576698