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

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

Issue 493823002: Implement adaptive target delay extension (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments addressed 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
Index: media/cast/net/cast_transport_config.cc
diff --git a/media/cast/net/cast_transport_config.cc b/media/cast/net/cast_transport_config.cc
index a607f6fcb458883843bfc1fe16df0b6ac2294f26..b6c9a07aa60ff701de5b9f3b05efd73a7a46d321 100644
--- a/media/cast/net/cast_transport_config.cc
+++ b/media/cast/net/cast_transport_config.cc
@@ -16,7 +16,8 @@ EncodedFrame::EncodedFrame()
: dependency(UNKNOWN_DEPENDENCY),
frame_id(0),
referenced_frame_id(0),
- rtp_timestamp(0) {}
+ rtp_timestamp(0),
+ new_playout_delay_ms(0) {}
EncodedFrame::~EncodedFrame() {}

Powered by Google App Engine
This is Rietveld 408576698