| 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 8c211e4d9cd78c648bfe6dc9615e715654bb46fa..8fb7349a52140b6d319a660c3ac79c5b1e54491c 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| @@ -51,6 +51,9 @@ class ModuleRtpRtcpImpl : public RtpRtcp {
|
|
|
| int32_t RegisterSendPayload(const VideoCodec& video_codec) override;
|
|
|
| + void RegisterVideoSendPayload(int payload_type,
|
| + const char* payload_name) override;
|
| +
|
| int32_t DeRegisterSendPayload(int8_t payload_type) override;
|
|
|
| int8_t SendPayloadType() const;
|
| @@ -369,7 +372,6 @@ class ModuleRtpRtcpImpl : public RtpRtcp {
|
| uint32_t nack_last_time_sent_full_prev_;
|
| uint16_t nack_last_seq_number_sent_;
|
|
|
| - VideoCodec send_video_codec_;
|
| KeyFrameRequestMethod key_frame_req_method_;
|
|
|
| RemoteBitrateEstimator* remote_bitrate_;
|
|
|