| Index: remoting/codec/video_encoder_vpx.cc
|
| diff --git a/remoting/codec/video_encoder_vpx.cc b/remoting/codec/video_encoder_vpx.cc
|
| index 61d94c9c8b2b9da0837b10665406ddae2f1247f6..e43cf5bf395f4f14d7565435f497a51d7c54ef8f 100644
|
| --- a/remoting/codec/video_encoder_vpx.cc
|
| +++ b/remoting/codec/video_encoder_vpx.cc
|
| @@ -142,8 +142,7 @@ ScopedVpxCodec CreateVP9Codec(const webrtc::DesktopSize& size,
|
|
|
| // Use the lowest level of noise sensitivity so as to spend less time
|
| // on motion estimation and inter-prediction mode.
|
| - // Note that this is configured via the same parameter as for VP8.
|
| - if (vpx_codec_control(codec.get(), VP8E_SET_NOISE_SENSITIVITY, 0))
|
| + if (vpx_codec_control(codec.get(), VP9E_SET_NOISE_SENSITIVITY, 0))
|
| return ScopedVpxCodec();
|
|
|
| return codec.Pass();
|
|
|