Set temporal up switch bit to false for flexible mode (one temporal layer is configured currently).

BUG=webrtc:5214

Review URL: https://codereview.webrtc.org/1453693002

Cr-Commit-Position: refs/heads/master@{#10685}
This commit is contained in:
asapersson
2015-11-18 01:58:55 -08:00
committed by Commit bot
parent aa45843723
commit cb50c96be2

View File

@ -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;
bool is_first_frame = false;
if (is_flexible_mode_) {