Delete VCMPacket constructor with WebRtcRTPHeader
Bug: webrtc:10397 Change-Id: I8f51616d6953af6b2d3bdfdf46b748b2a78702ea Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/127240 Reviewed-by: Philip Eliasson <philipel@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27079}
This commit is contained in:
@ -394,7 +394,9 @@ int32_t VideoReceiver::IncomingPacket(const uint8_t* incomingPayload,
|
||||
// TODO(holmer): We should fix this in the jitter buffer.
|
||||
payloadLength = 0;
|
||||
}
|
||||
const VCMPacket packet(incomingPayload, payloadLength, rtpInfo);
|
||||
const VCMPacket packet(incomingPayload, payloadLength, rtpInfo.header,
|
||||
rtpInfo.video_header(), rtpInfo.frameType,
|
||||
rtpInfo.ntp_time_ms);
|
||||
int32_t ret = _receiver.InsertPacket(packet);
|
||||
|
||||
// TODO(holmer): Investigate if this somehow should use the key frame
|
||||
|
||||
Reference in New Issue
Block a user