| 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 791495a8bae40f4266ba98f8058a7b2071da28d7..f4bed46e68aa616dd857179cd245bbc168f3c73b 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| @@ -280,13 +280,13 @@ class ModuleRtpRtcpImpl : public RtpRtcp {
|
|
|
| void SetTargetSendBitrate(uint32_t bitrate_bps) override;
|
|
|
| - int32_t SetGenericFECStatus(bool enable,
|
| - uint8_t payload_type_red,
|
| - uint8_t payload_type_fec) override;
|
| + void SetGenericFECStatus(bool enable,
|
| + uint8_t payload_type_red,
|
| + uint8_t payload_type_fec) override;
|
|
|
| - int32_t GenericFECStatus(bool& enable,
|
| - uint8_t& payload_type_red,
|
| - uint8_t& payload_type_fec) override;
|
| + void GenericFECStatus(bool& enable,
|
| + uint8_t& payload_type_red,
|
| + uint8_t& payload_type_fec) override;
|
|
|
| int32_t SetFecParameters(const FecProtectionParams* delta_params,
|
| const FecProtectionParams* key_params) override;
|
|
|