| Index: webrtc/modules/video_coding/codecs/vp8/vp8_impl.h
|
| diff --git a/webrtc/modules/video_coding/codecs/vp8/vp8_impl.h b/webrtc/modules/video_coding/codecs/vp8/vp8_impl.h
|
| index 00a711554d5a5e367f7ebeccf8065d81731c2658..f2f208813cfd41bbf16b6f51df15e4714fbc3e13 100644
|
| --- a/webrtc/modules/video_coding/codecs/vp8/vp8_impl.h
|
| +++ b/webrtc/modules/video_coding/codecs/vp8/vp8_impl.h
|
| @@ -100,6 +100,7 @@ class VP8EncoderImpl : public VP8Encoder {
|
| bool feedback_mode_;
|
| int qp_max_;
|
| int cpu_speed_default_;
|
| + int number_of_cores_;
|
| uint32_t rc_max_intra_target_;
|
| int token_partitions_;
|
| ReferencePictureSelection rps_;
|
|
|