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

Unified Diff: media/cast/net/rtp/rtp_defines.h

Issue 1515433002: Replace uses of raw uint32's with a type-checked RtpTimeTicks data type. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: media/cast/net/rtp/rtp_defines.h
diff --git a/media/cast/net/rtp/rtp_defines.h b/media/cast/net/rtp/rtp_defines.h
index 250619003df7c7d728ca79e7bac7108d35334f8b..084e9cf2904bd37655e428929faafd7115900fce 100644
--- a/media/cast/net/rtp/rtp_defines.h
+++ b/media/cast/net/rtp/rtp_defines.h
@@ -33,7 +33,7 @@ struct RtpCastHeader {
bool marker;
uint8 payload_type;
uint16 sequence_number;
- uint32 rtp_timestamp;
+ RtpTimeTicks rtp_timestamp;
uint32 sender_ssrc;
uint8 num_csrcs;

Powered by Google App Engine
This is Rietveld 408576698