| Index: media/cast/net/rtp/rtp_packet_builder.cc
|
| diff --git a/media/cast/net/rtp/rtp_packet_builder.cc b/media/cast/net/rtp/rtp_packet_builder.cc
|
| index 2f279f4e96b8dbd1c76a17b9a3ca39c52768c416..a84b691bb22c97eb746fad5e9cad77747726aead 100644
|
| --- a/media/cast/net/rtp/rtp_packet_builder.cc
|
| +++ b/media/cast/net/rtp/rtp_packet_builder.cc
|
| @@ -10,10 +10,6 @@
|
| namespace media {
|
| namespace cast {
|
|
|
| -const uint32 kCastRtpHeaderLength = 7;
|
| -const uint32 kGenericRtpHeaderLength = 12;
|
| -static const uint8 kRtpMarkerBitMask = 0x80;
|
| -
|
| RtpPacketBuilder::RtpPacketBuilder()
|
| : is_key_(false),
|
| frame_id_(0),
|
|
|