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_ |
- |
- |