Chromium Code Reviews| Index: webrtc/call/video_receive_stream.h |
| diff --git a/webrtc/call/video_receive_stream.h b/webrtc/call/video_receive_stream.h |
| index 542027e95381be3651313d3acef48dfa1f1d075b..f199ca1f851dac7ae89b79ca9680bf22cc75e817 100644 |
| --- a/webrtc/call/video_receive_stream.h |
| +++ b/webrtc/call/video_receive_stream.h |
| @@ -88,6 +88,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; |