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

Unified Diff: media/cast/transport/cast_transport_config.h

Issue 281453003: Cast: Simplify code path for RTCP sender report (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months 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/transport/cast_transport_config.h
diff --git a/media/cast/transport/cast_transport_config.h b/media/cast/transport/cast_transport_config.h
index 283b5341935cdc82314aba4accb339120fc75807..d7d3196857e8389f08d4b2d738c45ffc800264fd 100644
--- a/media/cast/transport/cast_transport_config.h
+++ b/media/cast/transport/cast_transport_config.h
@@ -150,6 +150,9 @@ struct SendRtcpFromRtpSenderData {
uint32 packet_type_flags;
uint32 sending_ssrc;
std::string c_name;
+ uint32 ntp_seconds;
+ uint32 ntp_fraction;
+ uint32 rtp_timestamp;
};
inline bool operator==(RtcpSenderInfo lhs, RtcpSenderInfo rhs) {

Powered by Google App Engine
This is Rietveld 408576698