| 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..2a41c6da8b483f6b365acf57f085ced2bc43dc7a 100644
|
| --- a/webrtc/modules/video_coding/codecs/vp8/temporal_layers.h
|
| +++ b/webrtc/modules/video_coding/codecs/vp8/temporal_layers.h
|
| @@ -71,8 +71,6 @@ class TemporalLayers {
|
| // and/or update the reference buffers.
|
| virtual TemporalReferences UpdateLayerConfig(uint32_t timestamp) = 0;
|
|
|
| - int EncodeFlags(uint32_t timestamp);
|
| -
|
| // Update state based on new bitrate target and incoming framerate.
|
| // Returns the bitrate allocation for the active temporal layers.
|
| virtual std::vector<uint32_t> OnRatesUpdated(int bitrate_kbps,
|
|
|