| 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 ba7f406b31e20eb4348165c01d810056dc75d96f..7ca167a642a1635b0e0f2e9e43d3983f1ce4069d 100644
|
| --- a/webrtc/modules/video_coding/codecs/vp8/temporal_layers.h
|
| +++ b/webrtc/modules/video_coding/codecs/vp8/temporal_layers.h
|
| @@ -90,6 +90,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;
|
|
|