Index: webrtc/modules/video_coding/codecs/vp8/default_temporal_layers.h |
diff --git a/webrtc/modules/video_coding/codecs/vp8/default_temporal_layers.h b/webrtc/modules/video_coding/codecs/vp8/default_temporal_layers.h |
index 45096e0c0ca070eb54c3738860b429da6eb47484..be2d892816d49bc6e463cf78ef6d4c453773b315 100644 |
--- a/webrtc/modules/video_coding/codecs/vp8/default_temporal_layers.h |
+++ b/webrtc/modules/video_coding/codecs/vp8/default_temporal_layers.h |
@@ -46,6 +46,8 @@ class DefaultTemporalLayers : public TemporalLayers { |
int CurrentLayerId() const override; |
+ uint8_t Tl0PicIdx() const override; |
+ |
private: |
const size_t num_layers_; |
const std::vector<unsigned int> temporal_ids_; |