Chromium Code Reviews| Index: webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc |
| diff --git a/webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc b/webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc |
| index 5053b64d55e484fb45e2bf68eecbd6812185219e..1100ba22f63056176ed0e3f653544a8c39a81b96 100644 |
| --- a/webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc |
| +++ b/webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc |
| @@ -585,7 +585,7 @@ void VP9EncoderImpl::PopulateCodecSpecific(CodecSpecificInfo* codec_specific, |
| } |
| // TODO(asapersson): this info has to be obtained from the encoder. |
| - vp9_info->temporal_up_switch = true; |
| + vp9_info->temporal_up_switch = false; |
|
stefan-webrtc
2015/11/17 23:49:04
I assume it's still a todo to set this properly?
åsapersson
2015/11/18 09:52:02
Right leaving the todo.
|
| bool is_first_frame = false; |
| if (is_flexible_mode_) { |