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:
@ -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_) {
|
||||
|
||||
Reference in New Issue
Block a user