| 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 b3b73a65083e9898b863fd65562fb76f6834f2b4..7607210d5c156931c6d3cb8f25fdf4d3c2773cbd 100644
|
| --- a/webrtc/modules/video_coding/codecs/vp8/temporal_layers.h
|
| +++ b/webrtc/modules/video_coding/codecs/vp8/temporal_layers.h
|
| @@ -47,9 +47,11 @@ class TemporalLayers {
|
| CodecSpecificInfoVP8* vp8_info,
|
| uint32_t timestamp) = 0;
|
|
|
| - virtual void FrameEncoded(unsigned int size, uint32_t timestamp) = 0;
|
| + virtual void FrameEncoded(unsigned int size, uint32_t timestamp, int qp) = 0;
|
|
|
| virtual int CurrentLayerId() const = 0;
|
| +
|
| + virtual bool UpdateConfiguration(vpx_codec_enc_cfg_t* cfg) = 0;
|
| };
|
|
|
| // Factory for a temporal layers strategy that adaptively changes the number of
|
|
|