| Index: webrtc/common_types.h
|
| diff --git a/webrtc/common_types.h b/webrtc/common_types.h
|
| index d8317efd31cfc62196e11521d6f847288616b01e..366632cf8c7d556bcfe765ca5aed8b20be228182 100644
|
| --- a/webrtc/common_types.h
|
| +++ b/webrtc/common_types.h
|
| @@ -618,7 +618,7 @@ struct VideoCodecVP8 {
|
| }
|
| };
|
|
|
| -// VP9 specific
|
| +// VP9 specific.
|
| struct VideoCodecVP9 {
|
| VideoCodecComplexity complexity;
|
| int resilience;
|
| @@ -627,6 +627,8 @@ struct VideoCodecVP9 {
|
| bool frameDroppingOn;
|
| int keyFrameInterval;
|
| bool adaptiveQpMode;
|
| + unsigned char numberOfSpatialLayers;
|
| + bool flexibleMode;
|
| };
|
|
|
| // H264 specific.
|
|
|