| Index: webrtc/modules/video_coding/codecs/vp9/vp9_impl.h
|
| diff --git a/webrtc/modules/video_coding/codecs/vp9/vp9_impl.h b/webrtc/modules/video_coding/codecs/vp9/vp9_impl.h
|
| index 7078c50a706953e28abaa9eeb39c568c0c1738b3..d507b355f7bd6d4be29c372c78edf50f1141a471 100644
|
| --- a/webrtc/modules/video_coding/codecs/vp9/vp9_impl.h
|
| +++ b/webrtc/modules/video_coding/codecs/vp9/vp9_impl.h
|
| @@ -18,7 +18,7 @@
|
| #include "webrtc/modules/video_coding/codecs/vp9/include/vp9.h"
|
| #include "webrtc/modules/video_coding/codecs/vp9/vp9_frame_buffer_pool.h"
|
|
|
| -#include "vpx/svc_context.h"
|
| +#include "vpx/vp8cx.h"
|
| #include "vpx/vpx_decoder.h"
|
| #include "vpx/vpx_encoder.h"
|
|
|
| @@ -113,7 +113,7 @@ class VP9EncoderImpl : public VP9Encoder {
|
| vpx_codec_ctx_t* encoder_;
|
| vpx_codec_enc_cfg_t* config_;
|
| vpx_image_t* raw_;
|
| - SvcInternal_t svc_internal_;
|
| + vpx_svc_extra_cfg_t svc_params_;
|
| const VideoFrame* input_image_;
|
| GofInfoVP9 gof_; // Contains each frame's temporal information for
|
| // non-flexible mode.
|
|
|