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

Unified Diff: media/cast/rtp_receiver/rtp_receiver_defines.h

Issue 100823015: Cast: move net->transport (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clean up 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
Index: media/cast/rtp_receiver/rtp_receiver_defines.h
diff --git a/media/cast/rtp_receiver/rtp_receiver_defines.h b/media/cast/rtp_receiver/rtp_receiver_defines.h
index ae957e3ae6b9247d0c550a17bbb250da10a550f5..112f1723776ec2400b90a909a2f423a09f6f0833 100644
--- a/media/cast/rtp_receiver/rtp_receiver_defines.h
+++ b/media/cast/rtp_receiver/rtp_receiver_defines.h
@@ -13,8 +13,6 @@
namespace media {
namespace cast {
-const uint8 kRtpMarkerBitMask = 0x80;
-
struct RtpCastHeader {
RtpCastHeader() {
is_key_frame = false;

Powered by Google App Engine
This is Rietveld 408576698