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:
@ -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,
|
||||
|
Reference in New Issue
Block a user