Remove unused constructor from VCMPacket.
BUG= R=pbos@webrtc.org, sprang@webrtc.org Review URL: https://codereview.webrtc.org/2110663004 . Cr-Commit-Position: refs/heads/master@{#13325}
This commit is contained in:
@ -68,28 +68,6 @@ VCMPacket::VCMPacket(const uint8_t* ptr,
|
||||
}
|
||||
}
|
||||
|
||||
VCMPacket::VCMPacket(const uint8_t* ptr,
|
||||
size_t size,
|
||||
uint16_t seq,
|
||||
uint32_t ts,
|
||||
bool mBit)
|
||||
: payloadType(0),
|
||||
timestamp(ts),
|
||||
ntp_time_ms_(0),
|
||||
seqNum(seq),
|
||||
dataPtr(ptr),
|
||||
sizeBytes(size),
|
||||
markerBit(mBit),
|
||||
timesNacked(-1),
|
||||
frameType(kVideoFrameDelta),
|
||||
codec(kVideoCodecUnknown),
|
||||
isFirstPacket(false),
|
||||
completeNALU(kNaluComplete),
|
||||
insertStartCode(false),
|
||||
width(0),
|
||||
height(0),
|
||||
video_header() {}
|
||||
|
||||
void VCMPacket::Reset() {
|
||||
payloadType = 0;
|
||||
timestamp = 0;
|
||||
|
||||
Reference in New Issue
Block a user