Remove RTPSenderVideo::FecPacketOverhead() since it is unused.
BUG=None Review-Url: https://codereview.webrtc.org/2914493002 Cr-Commit-Position: refs/heads/master@{#18315}
This commit is contained in:
@ -43,11 +43,6 @@ class RTPSenderVideo {
|
||||
|
||||
virtual RtpVideoCodecTypes VideoCodecType() const;
|
||||
|
||||
size_t FecPacketOverhead() const {
|
||||
rtc::CritScope cs(&crit_);
|
||||
return CalculateFecPacketOverhead();
|
||||
}
|
||||
|
||||
static RtpUtility::Payload* CreateVideoPayload(
|
||||
const char payload_name[RTP_PAYLOAD_NAME_SIZE],
|
||||
int8_t payload_type);
|
||||
|
||||
Reference in New Issue
Block a user