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:
Niels Möller
2019-04-25 13:25:29 +02:00
committed by Commit Bot
parent f204fafdb4
commit 0fb0bd8e9f
4 changed files with 0 additions and 34 deletions

View File

@ -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.