| Index: webrtc/video/vie_encoder.h
|
| diff --git a/webrtc/video/vie_encoder.h b/webrtc/video/vie_encoder.h
|
| index 4372bd11c905615def67adc198d51b6438619331..91497df6e9489204bf7b488fd76f2ea1ee02271a 100644
|
| --- a/webrtc/video/vie_encoder.h
|
| +++ b/webrtc/video/vie_encoder.h
|
| @@ -106,6 +106,8 @@ class ViEEncoder : public VideoEncoderRateObserver,
|
| virtual void OnReceivedSLI(uint8_t picture_id);
|
| virtual void OnReceivedRPSI(uint64_t picture_id);
|
|
|
| + // Note that this method might return a value higher than the current BWE and
|
| + // it's up to the caller to possibly limit the value.
|
| int GetPaddingNeededBps() const;
|
|
|
| void OnBitrateUpdated(uint32_t bitrate_bps,
|
|
|