Index: webrtc/common_types.h |
diff --git a/webrtc/common_types.h b/webrtc/common_types.h |
index 693d36db7fc302e96dbfb07f512bb58b2d0626f4..059bd1005935528acef5f936be3ed8ee3041b17d 100644 |
--- a/webrtc/common_types.h |
+++ b/webrtc/common_types.h |
@@ -627,6 +627,7 @@ struct VideoCodecVP9 { |
bool frameDroppingOn; |
int keyFrameInterval; |
bool adaptiveQpMode; |
+ bool automaticResizeOn; |
unsigned char numberOfSpatialLayers; |
bool flexibleMode; |
}; |