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 9cd7e70263252182e40a19b0cfa406443e954f0c..e778761504b16241740e3644debd706b9e786be0 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h |
+++ b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h |
@@ -274,13 +274,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; |