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

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

Issue 493823002: Implement adaptive target delay extension (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/rtp/frame_buffer.h
diff --git a/media/cast/net/rtp/frame_buffer.h b/media/cast/net/rtp/frame_buffer.h
index 1309a8785aa46c47f856cd8a6e0e1ad0354507e0..8ccc2092c0581b81a9308ce3e66a4ec5a5e398fd 100644
--- a/media/cast/net/rtp/frame_buffer.h
+++ b/media/cast/net/rtp/frame_buffer.h
@@ -39,6 +39,7 @@ class FrameBuffer {
uint32 frame_id_;
uint16 max_packet_id_;
uint16 num_packets_received_;
+ uint16 new_playout_delay_ms_;
bool is_key_frame_;
size_t total_data_size_;
uint32 last_referenced_frame_id_;

Powered by Google App Engine
This is Rietveld 408576698