Delete WebRtcRTPHeader, this struct is no longer used.
Bug: webrtc:10397 Change-Id: I1b7acd9c89b9e14d1d8e1914c8c12c51fe4c643f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/134203 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@{#27773}
This commit is contained in:
@ -137,11 +137,6 @@ class VideoCodingModule : public Module {
|
||||
const RTPHeader& rtp_header,
|
||||
const RTPVideoHeader& video_header) = 0;
|
||||
|
||||
// DEPRECATED
|
||||
virtual int32_t IncomingPacket(const uint8_t* incomingPayload,
|
||||
size_t payloadLength,
|
||||
const WebRtcRTPHeader& rtpInfo) = 0;
|
||||
|
||||
// Robustness APIs
|
||||
|
||||
// DEPRECATED.
|
||||
|
Reference in New Issue
Block a user