| Index: webrtc/call/video_send_stream.h
|
| diff --git a/webrtc/call/video_send_stream.h b/webrtc/call/video_send_stream.h
|
| index a458203ed58fa4897bedb5ab62bb236dcbd3960e..6dd13ab756b44a8f58e634040bd39a0f58cfa5da 100644
|
| --- a/webrtc/call/video_send_stream.h
|
| +++ b/webrtc/call/video_send_stream.h
|
| @@ -82,6 +82,8 @@ class VideoSendStream {
|
| int number_of_cpu_adapt_changes = 0;
|
| int number_of_quality_adapt_changes = 0;
|
| std::map<uint32_t, StreamStats> substreams;
|
| + webrtc::VideoContentType content_type =
|
| + webrtc::VideoContentType::UNSPECIFIED;
|
| };
|
|
|
| struct Config {
|
|
|