| Index: webrtc/modules/video_coding/codecs/vp8/temporal_layers.h
|
| diff --git a/webrtc/modules/video_coding/codecs/vp8/temporal_layers.h b/webrtc/modules/video_coding/codecs/vp8/temporal_layers.h
|
| index 2a41c6da8b483f6b365acf57f085ced2bc43dc7a..12917fd38948e24ea1c82fc192832e4bfed525d3 100644
|
| --- a/webrtc/modules/video_coding/codecs/vp8/temporal_layers.h
|
| +++ b/webrtc/modules/video_coding/codecs/vp8/temporal_layers.h
|
| @@ -88,6 +88,10 @@ class TemporalLayers {
|
| virtual void FrameEncoded(unsigned int size, int qp) = 0;
|
|
|
| virtual int CurrentLayerId() const = 0;
|
| +
|
| + // Returns the current tl0_pic_idx, so it can be reused in future
|
| + // instantiations.
|
| + virtual uint8_t Tl0PicIdx() const = 0;
|
| };
|
|
|
| class TemporalLayersListener;
|
|
|