| Index: webrtc/modules/rtp_rtcp/source/rtp_receiver_video.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_receiver_video.h b/webrtc/modules/rtp_rtcp/source/rtp_receiver_video.h
|
| index f1628b10ef1a21aef053e7a4ca1d486862a6d208..c27fe45c823a84f27b3db8570674878a472a0a16 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_receiver_video.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_receiver_video.h
|
| @@ -39,10 +39,7 @@ class RTPReceiverVideo : public RTPReceiverStrategy {
|
|
|
| bool ShouldReportCsrcChanges(uint8_t payload_type) const override;
|
|
|
| - int32_t OnNewPayloadTypeCreated(
|
| - const char payload_name[RTP_PAYLOAD_NAME_SIZE],
|
| - int8_t payload_type,
|
| - uint32_t frequency) override;
|
| + int32_t OnNewPayloadTypeCreated(const CodecInst& audio_codec) override;
|
|
|
| int32_t InvokeOnInitializeDecoder(
|
| RtpFeedback* callback,
|
|
|