| Index: webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| index ff3f01a21dab7d2299db5be86abadb0c5f77b0f4..369cdca0b2245f0951d7ec47793938c9d55ccac6 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| @@ -285,6 +285,8 @@
|
| // Send a request for a keyframe.
|
| int32_t RequestKeyFrame() override;
|
|
|
| + void SetTargetSendBitrate(uint32_t bitrate_bps) override;
|
| +
|
| void SetGenericFECStatus(bool enable,
|
| uint8_t payload_type_red,
|
| uint8_t payload_type_fec) override;
|
|
|