| Index: webrtc/modules/video_coding/codecs/vp8/default_temporal_layers.cc
|
| diff --git a/webrtc/modules/video_coding/codecs/vp8/default_temporal_layers.cc b/webrtc/modules/video_coding/codecs/vp8/default_temporal_layers.cc
|
| index e2246b06ad3acfd8205265aa09b1b57012e66740..8301cc9f1dde1ef020702d8093adb4ec8fa56018 100644
|
| --- a/webrtc/modules/video_coding/codecs/vp8/default_temporal_layers.cc
|
| +++ b/webrtc/modules/video_coding/codecs/vp8/default_temporal_layers.cc
|
| @@ -194,6 +194,10 @@ int DefaultTemporalLayers::CurrentLayerId() const {
|
| return temporal_ids_[pattern_idx_ % temporal_ids_.size()];
|
| }
|
|
|
| +uint8_t DefaultTemporalLayers::Tl0PicIdx() const {
|
| + return tl0_pic_idx_;
|
| +}
|
| +
|
| std::vector<uint32_t> DefaultTemporalLayers::OnRatesUpdated(
|
| int bitrate_kbps,
|
| int max_bitrate_kbps,
|
|
|