| Index: webrtc/call/video_receive_stream.h
|
| diff --git a/webrtc/call/video_receive_stream.h b/webrtc/call/video_receive_stream.h
|
| index b3fe254872198a3af18476b41690cfb49e0a85d0..40d74fa5ba0ffaf3917ecd8af2f9d78578b4cfd2 100644
|
| --- a/webrtc/call/video_receive_stream.h
|
| +++ b/webrtc/call/video_receive_stream.h
|
| @@ -87,6 +87,8 @@ class VideoReceiveStream {
|
| int width = 0;
|
| int height = 0;
|
|
|
| + VideoContentType content_type = VideoContentType::UNSPECIFIED;
|
| +
|
| int sync_offset_ms = std::numeric_limits<int>::max();
|
|
|
| uint32_t ssrc = 0;
|
|
|