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

Unified Diff: media/cast/net/rtp/rtp_receiver_defines.cc

Issue 493823002: Implement adaptive target delay extension (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: explicit masking Created 6 years, 4 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
« no previous file with comments | « media/cast/net/rtp/rtp_receiver_defines.h ('k') | media/cast/receiver/frame_receiver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/net/rtp/rtp_receiver_defines.cc
diff --git a/media/cast/net/rtp/rtp_receiver_defines.cc b/media/cast/net/rtp/rtp_receiver_defines.cc
index 9b20b5f9045520b93b299a2b93e9502612b9950c..325b3058f670fdab8d919678d27e4badfa60daa3 100644
--- a/media/cast/net/rtp/rtp_receiver_defines.cc
+++ b/media/cast/net/rtp/rtp_receiver_defines.cc
@@ -17,7 +17,8 @@ RtpCastHeader::RtpCastHeader()
frame_id(0),
packet_id(0),
max_packet_id(0),
- reference_frame_id(0) {}
+ reference_frame_id(0),
+ new_playout_delay_ms(0) {}
RtpPayloadFeedback::~RtpPayloadFeedback() {}
« no previous file with comments | « media/cast/net/rtp/rtp_receiver_defines.h ('k') | media/cast/receiver/frame_receiver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698