summaryrefslogtreecommitdiffstats
path: root/media/cast/rtcp/test_rtcp_packet_builder.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/cast/rtcp/test_rtcp_packet_builder.h')
-rw-r--r--media/cast/rtcp/test_rtcp_packet_builder.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/media/cast/rtcp/test_rtcp_packet_builder.h b/media/cast/rtcp/test_rtcp_packet_builder.h
index b1f1aca..4bdcf58 100644
--- a/media/cast/rtcp/test_rtcp_packet_builder.h
+++ b/media/cast/rtcp/test_rtcp_packet_builder.h
@@ -15,6 +15,7 @@ namespace cast {
// These values are arbitrary only for the purpose of testing.
+namespace {
// Sender report.
static const int kNtpHigh = 0x01020304;
static const int kNtpLow = 0x05060708;
@@ -34,7 +35,7 @@ static const int kLastRr = 0x34561234;
static const int kDelayLastRr = 1000;
// REMB.
-static const int kRembBitrate = 52428;
+static const int kTestRembBitrate = 52428;
// RPSI.
static const int kPayloadtype = 126;
@@ -50,6 +51,7 @@ static const uint32 kFrameIdWithLostPackets = 19;
static const int kLostPacketId1 = 3;
static const int kLostPacketId2 = 5;
static const int kLostPacketId3 = 12;
+} // namespace
class TestRtcpPacketBuilder {
public: