| 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 b1f1acaafffe11154e9fe679f7c2721ad47c7224..4bdcf58e70814ca741c1bdefb4e602b690377c8b 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:
|
|
|