| Index: remoting/codec/video_encoder_vpx.cc
|
| diff --git a/remoting/codec/video_encoder_vpx.cc b/remoting/codec/video_encoder_vpx.cc
|
| index d9f5bf7a27d7e78c49c98565bd3cbae88a89bdb4..73e8ee8240b2f1205284a4595dc92b4b44cf21de 100644
|
| --- a/remoting/codec/video_encoder_vpx.cc
|
| +++ b/remoting/codec/video_encoder_vpx.cc
|
| @@ -133,10 +133,6 @@
|
| ret = vpx_codec_control(
|
| codec, VP9E_SET_TUNE_CONTENT, VP9E_CONTENT_SCREEN);
|
| DCHECK_EQ(VPX_CODEC_OK, ret) << "Failed to set screen content mode";
|
| -
|
| - // VP9 tiles allow for parallelism on both encode and decode
|
| - ret = vpx_codec_control(codec, VP9E_SET_TILE_COLUMNS, 1);
|
| - DCHECK_EQ(VPX_CODEC_OK, ret) << "Failed to set tile columns";
|
| }
|
|
|
| void CreateImage(bool use_i444,
|
|
|