Index: webrtc/video_receive_stream.h |
diff --git a/webrtc/video_receive_stream.h b/webrtc/video_receive_stream.h |
index b3a98c617ac2ebc120bf50f557faf537af47ba52..8d1b49b5452744921965c7e02ce7e293f0ffbc9e 100644 |
--- a/webrtc/video_receive_stream.h |
+++ b/webrtc/video_receive_stream.h |
@@ -87,6 +87,8 @@ class VideoReceiveStream { |
StreamDataCounters rtp_stats; |
RtcpPacketTypeCounter rtcp_packet_type_counts; |
RtcpStatistics rtcp_stats; |
+ |
+ TimingFrameInfo timing_frame_info; |
}; |
struct Config { |