Index: webrtc/config.h |
diff --git a/webrtc/config.h b/webrtc/config.h |
index 52711636acb9e66c64b9bb475579f52d8fda98f6..4b863c8d23746e84a188a01039e8906f08172aca 100644 |
--- a/webrtc/config.h |
+++ b/webrtc/config.h |
@@ -104,6 +104,7 @@ struct VideoEncoderConfig { |
std::string ToString() const; |
std::vector<VideoStream> streams; |
+ std::vector<SpatialLayer> spatial_layers; |
ContentType content_type; |
void* encoder_specific_settings; |