| Index: webrtc/modules/rtp_rtcp/source/rtp_sender.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_sender.h b/webrtc/modules/rtp_rtcp/source/rtp_sender.h
|
| index 1d6203a68a75f1d7cdc7db95262058478fd691bd..1e9b35c3449fe202d4047337a95133f05df55c73 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_sender.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_sender.h
|
| @@ -152,7 +152,8 @@ class RTPSender : public RTPSenderInterface {
|
| const uint8_t* payload_data,
|
| size_t payload_size,
|
| const RTPFragmentationHeader* fragmentation,
|
| - const RTPVideoHeader* rtp_hdr = NULL);
|
| + const RTPVideoHeader* rtp_hdr,
|
| + uint32_t* frame_id_out);
|
|
|
| // RTP header extension
|
| int32_t SetTransmissionTimeOffset(int32_t transmission_time_offset);
|
|
|