Index: webrtc/video_receive_stream.h |
diff --git a/webrtc/video_receive_stream.h b/webrtc/video_receive_stream.h |
index 275162ca1cfe4e866de816441afa170b96a87a8e..158b3e0f255b812ff3043ce36438f5318e2b829f 100644 |
--- a/webrtc/video_receive_stream.h |
+++ b/webrtc/video_receive_stream.h |
@@ -172,6 +172,9 @@ class VideoReceiveStream : public ReceiveStream { |
// Target delay in milliseconds. A positive value indicates this stream is |
// used for streaming instead of a real-time call. |
int target_delay_ms = 0; |
+ |
+ // True, if the renderer does not want WebRTC to do time control for it. |
+ bool renderer_has_time_control = false; |
}; |
// TODO(pbos): Add info on currently-received codec to Stats. |