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

Unified Diff: media/cast/rtp_receiver/rtp_parser/test/rtp_packet_builder.cc

Issue 100823015: Cast: move net->transport (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updating transport callback Created 7 years 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
« no previous file with comments | « media/cast/rtp_receiver/rtp_parser/rtp_parser.gyp ('k') | media/cast/rtp_receiver/rtp_receiver.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/rtp_receiver/rtp_parser/test/rtp_packet_builder.cc
diff --git a/media/cast/rtp_receiver/rtp_parser/test/rtp_packet_builder.cc b/media/cast/rtp_receiver/rtp_parser/test/rtp_packet_builder.cc
index e8d213d26dddf75d521c7b6572cbc66fbed3cd75..548c5164a5da5c783c0309f7fe688e67237d8e2d 100644
--- a/media/cast/rtp_receiver/rtp_parser/test/rtp_packet_builder.cc
+++ b/media/cast/rtp_receiver/rtp_parser/test/rtp_packet_builder.cc
@@ -12,6 +12,7 @@ namespace cast {
const uint32 kCastRtpHeaderLength = 7;
const uint32 kGenericRtpHeaderLength = 12;
+static const uint8 kRtpMarkerBitMask = 0x80;
RtpPacketBuilder::RtpPacketBuilder()
: is_key_(false),
« no previous file with comments | « media/cast/rtp_receiver/rtp_parser/rtp_parser.gyp ('k') | media/cast/rtp_receiver/rtp_receiver.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698