Remove unused RtpFrameObject ctor.

Bug: webrtc:10979
Change-Id: I9ab8cbd3da4c753f0fa318c41b6e74ddd9679901
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/155172
Commit-Queue: Philip Eliasson <philipel@webrtc.org>
Reviewed-by: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#29354}
This commit is contained in:
philipel
2019-10-01 12:42:24 +02:00
committed by Commit Bot
parent 2f7d779471
commit b3bb2040a1
2 changed files with 0 additions and 100 deletions

View File

@ -18,20 +18,8 @@
namespace webrtc {
namespace video_coding {
class PacketBuffer;
class RtpFrameObject : public EncodedFrame {
public:
// TODO(philipel): Remove this ctor.
RtpFrameObject(PacketBuffer* packet_buffer,
uint16_t first_seq_num,
uint16_t last_seq_num,
int times_nacked,
int64_t first_packet_received_time,
int64_t last_packet_received_time,
RtpPacketInfos packet_infos,
rtc::scoped_refptr<EncodedImageBuffer> image_buffer);
RtpFrameObject(
uint16_t first_seq_num,
uint16_t last_seq_num,