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

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

Issue 1520613004: cast: Split Rtcp into two for sender and receiver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@timestamp
Patch Set: Rebased Created 5 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/cast.gyp ('k') | media/cast/net/cast_transport_sender_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/net/cast_transport_config.h
diff --git a/media/cast/net/cast_transport_config.h b/media/cast/net/cast_transport_config.h
index 6c9daaf59275b498b3be43539bb5ea05dbfd8164..82823ad3c5712303bcf39af1e5d3c886a5ed0600 100644
--- a/media/cast/net/cast_transport_config.h
+++ b/media/cast/net/cast_transport_config.h
@@ -145,7 +145,7 @@ struct RtcpSenderInfo {
RtcpSenderInfo();
~RtcpSenderInfo();
// First three members are used for lipsync.
- // First two members are used for rtt.
+ // Last two members are used for rtt.
uint32_t ntp_seconds;
uint32_t ntp_fraction;
RtpTimeTicks rtp_timestamp;
« no previous file with comments | « media/cast/cast.gyp ('k') | media/cast/net/cast_transport_sender_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698